diff --git a/chrome/content/zotero/xpcom/schema.js b/chrome/content/zotero/xpcom/schema.js index 18705de22..e1d6706c1 100644 --- a/chrome/content/zotero/xpcom/schema.js +++ b/chrome/content/zotero/xpcom/schema.js @@ -753,7 +753,7 @@ Zotero.Schema = new function(){ catch (e) { if (e instanceof OS.File.Error && e.becauseExists) { // Could overwrite automatically, but we want to log this - let msg = "Overwriting translator with same filename '" + fileName + "'"; + let msg = "Overwriting translator with same filename '" + entry.fileName + "'"; Zotero.debug(msg, 1); Components.utils.reportError(msg); yield OS.File.move(tmpFile, destFile);