From 121dfe24194be3536f200b05ac2319707df6d7ca Mon Sep 17 00:00:00 2001 From: Jeremy Jung Date: Thu, 10 Dec 2020 19:25:01 -0500 Subject: [PATCH] LOG: console log ID for startWriteProgramCallback --- server/examples/modules/ServiceDock_SPIKE.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/examples/modules/ServiceDock_SPIKE.js b/server/examples/modules/ServiceDock_SPIKE.js index 6360848..f829049 100644 --- a/server/examples/modules/ServiceDock_SPIKE.js +++ b/server/examples/modules/ServiceDock_SPIKE.js @@ -3580,7 +3580,7 @@ function Service_SPIKE() { // execute the callback function after sending start_write_program UJSONRPC if (startWriteProgramCallback != undefined) { - console.log("%cTuftsCEEO ", "color: #3ba336;", "startWriteProgramCallback is defined. Looking for matching mesasage id...") + console.log("%cTuftsCEEO ", "color: #3ba336;", "startWriteProgramCallback is defined. Looking for matching mesasage id: ", startWriteProgramCallback[0]); // check if the message id of UJSONRPC corresponds to that of a response callback if (startWriteProgramCallback[0] == parsedUJSON["i"]) {