diff --git a/chrome/content/zotero/xpcom/http.js b/chrome/content/zotero/xpcom/http.js index 72afa25df..a0cffa9c0 100644 --- a/chrome/content/zotero/xpcom/http.js +++ b/chrome/content/zotero/xpcom/http.js @@ -185,9 +185,9 @@ Zotero.HTTP = new function() { } if(success) { + Zotero.debug("HTTP " + method + " " + dispURL + + " succeeded with " + xmlhttp.status); if (options.debug) { - Zotero.debug("HTTP " + method + " " + dispURL - + " succeeded with " + xmlhttp.status); Zotero.debug(xmlhttp.responseText); } deferred.resolve(xmlhttp);