aboutsummaryrefslogtreecommitdiffstats
path: root/lib/main.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-08-04 01:23:31 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-08-04 01:23:31 +0200
commita49dcef3b2e386179115605fd4b37f7f4ce02fb5 (patch)
tree1e9272cb3981d29881dc486e6aefa2479189ee4e /lib/main.js
parentd75f36db36c442ae9621dc128fbd916c25d5735f (diff)
downloadbugzilla-triage-a49dcef3b2e386179115605fd4b37f7f4ce02fb5.tar.gz
Just reformatting and more debug logging.
Diffstat (limited to 'lib/main.js')
-rw-r--r--lib/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/main.js b/lib/main.js
index 4db620a..9c42166 100644
--- a/lib/main.js
+++ b/lib/main.js
@@ -94,6 +94,7 @@ var messageHandler = exports.messageHandler = function messageHandler(
break;
case "MakeJSONRPCall":
// url, login, method, params, callback
+ console.myDebug("messageHandler: msg = " + msg.toSource());
if (msg.data.login) {
libbz
.makeJSONRPCCallWithLogin(msg.data.url,