diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-08-04 01:23:31 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-08-04 01:23:31 +0200 |
commit | a49dcef3b2e386179115605fd4b37f7f4ce02fb5 (patch) | |
tree | 1e9272cb3981d29881dc486e6aefa2479189ee4e /lib/main.js | |
parent | d75f36db36c442ae9621dc128fbd916c25d5735f (diff) | |
download | bugzilla-triage-a49dcef3b2e386179115605fd4b37f7f4ce02fb5.tar.gz |
Just reformatting and more debug logging.
Diffstat (limited to 'lib/main.js')
-rw-r--r-- | lib/main.js | 1 |
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, |