diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js index aaad03647..6852290e6 100644 --- a/chrome/content/zotero/xpcom/storage.js +++ b/chrome/content/zotero/xpcom/storage.js @@ -415,6 +415,7 @@ Zotero.Sync.Storage = new function () { break; default: + Zotero.debug(req.responseText); throw ("Unexpected status code " + req.status + " in " + "Zotero.Sync.Storage.setStorageModificationTime()"); }