diff --git a/chrome/content/zotero/tools/testTranslators/translatorTester.js b/chrome/content/zotero/tools/testTranslators/translatorTester.js index 92b954a04..dc3c23e8a 100644 --- a/chrome/content/zotero/tools/testTranslators/translatorTester.js +++ b/chrome/content/zotero/tools/testTranslators/translatorTester.js @@ -201,7 +201,7 @@ Zotero_TranslatorTester.prototype.fetchPageAndRunTest = function(test, testDoneC * @param {Function} testDoneCallback A callback to be executed when test is complete */ Zotero_TranslatorTester.prototype.runTest = function(test, doc, testDoneCallback) { - this._debug(this, "TranslatorTester: Translating "+test.url); + this._debug(this, "TranslatorTester: Translating"+(test.url ? " "+test.url : "")); var me = this; var translate = Zotero.Translate.newInstance(this.type);