From 438e122cc80eb2413bd5f6942b37bdaad0d33af1 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 22 Feb 2012 20:13:20 -0500 Subject: [PATCH] More file sync debugging --- chrome/content/zotero/xpcom/storage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js index c6b117a8e9..e07f976d36 100644 --- a/chrome/content/zotero/xpcom/storage.js +++ b/chrome/content/zotero/xpcom/storage.js @@ -1230,6 +1230,7 @@ Zotero.Sync.Storage = new function () { zipReader.extract(entryName, destFile); } catch (e) { + Zotero.debug(destFile.path); Zotero.File.checkFileAccessError(e, destFile, 'create'); }