Debugging for sync error

This commit is contained in:
Dan Stillman 2014-05-16 17:57:35 -04:00
parent 77842f7dc6
commit 4305aa1356

View file

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