commit 438e122cc80eb2413bd5f6942b37bdaad0d33af1
parent d13af7ca3eb497030af9da750bd1f49e5fbb5818
Author: Dan Stillman <dstillman@zotero.org>
Date: Wed, 22 Feb 2012 20:13:20 -0500
More file sync debugging
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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');
}