aboutsummaryrefslogtreecommitdiffstats
path: root/bugzillaBugTriage.js
diff options
context:
space:
mode:
authormatej <matej@narcis.vysocina>2010-04-30 17:36:20 +0200
committermatej <matej@narcis.vysocina>2010-04-30 17:36:20 +0200
commita730450bf18d2138ae30db3793f2a63f77836157 (patch)
treeb90fda62fe1b531f34d7a9848a02ccb0f5421cf7 /bugzillaBugTriage.js
parent389997c33d6e66768e3effa407939b7a94612a42 (diff)
downloadbugzilla-triage-a730450bf18d2138ae30db3793f2a63f77836157.tar.gz
More debugging of XML-RPC
Diffstat (limited to 'bugzillaBugTriage.js')
-rw-r--r--bugzillaBugTriage.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js
index d8f2ebf..06c8a62 100644
--- a/bugzillaBugTriage.js
+++ b/bugzillaBugTriage.js
@@ -1945,6 +1945,7 @@ RHBugzillaPage.prototype.fixAttachById = function(id, type, email) {
});
msg.addParameter(this.login);
msg.addParameter(this.password);
+ console.log("XML-RPC message:\n" + msg.xml());
var req = new XMLHttpRequest();
var that = this;