Log translatorID and lastUpdated timestamp when parsing translators

This commit is contained in:
Aurimas Vinckevicius 2015-03-31 13:30:05 -05:00
parent 492a0d1cd6
commit c05025f4b1

View file

@ -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,