commit c05025f4b18b5fe3cfcff2c357941441f423465b
parent 492a0d1cd6e0453367362d874267c79298941e6b
Author: Aurimas Vinckevicius <aurimas.dev@gmail.com>
Date: Tue, 31 Mar 2015 13:30:05 -0500
Log translatorID and lastUpdated timestamp when parsing translators
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/translation/translate.js b/chrome/content/zotero/xpcom/translation/translate.js
@@ -1528,7 +1528,8 @@ Zotero.Translate.Base.prototype = {
this._aborted = false;
this.saveQueue = [];
- Zotero.debug("Translate: Parsing code for "+translator.label, 4);
+ Zotero.debug("Translate: Parsing code for " + translator.label + " "
+ + "(" + translator.translatorID + ", " + translator.lastUpdated + ")", 4);
try {
this._sandboxManager.eval("var exports = {}, ZOTERO_TRANSLATOR_INFO = "+translator.code,