commit 4305aa1356f0e3fda54dc29ed8db23391099c092
parent 77842f7dc6c67ca013579115c83cd0ab9f9375ed
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 16 May 2014 17:57:35 -0400
Debugging for sync error
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/chrome/content/zotero/xpcom/storage/zfs.js b/chrome/content/zotero/xpcom/storage/zfs.js
@@ -62,6 +62,7 @@ Zotero.Sync.Storage.ZFS = (function () {
var msg = "Hash not found in info response in " + funcName
+ " (" + Zotero.Items.getLibraryKeyHash(item) + ")";
Zotero.debug(msg, 1);
+ Zotero.debug(req.status);
Zotero.debug(req.responseText);
Components.utils.reportError(msg);
try {