From a730450bf18d2138ae30db3793f2a63f77836157 Mon Sep 17 00:00:00 2001 From: matej Date: Fri, 30 Apr 2010 17:36:20 +0200 Subject: More debugging of XML-RPC --- bugzillaBugTriage.js | 1 + 1 file changed, 1 insertion(+) 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; -- cgit