aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libbugzilla.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libbugzilla.js')
-rw-r--r--lib/libbugzilla.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libbugzilla.js b/lib/libbugzilla.js
index bc94aff..bffa5e3 100644
--- a/lib/libbugzilla.js
+++ b/lib/libbugzilla.js
@@ -275,6 +275,7 @@ var openURLInNewTab = exports.openURLInNewTab = function openURLInNewTab(url) {
};
exports.createUpstreamBug = function createUpstreamBug(urlStr, subjectStr, commentStr) {
+ debug('createUpstreamBug: urlStr = ' + urlStr + ', subjectStr = ' + subjectStr);
var payload = JSON.stringify({
subject: subjectStr,
comment: commentStr