From d5215618aae00042b742bbf95e179c3e155c0231 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 17 Oct 2008 00:33:22 +0000 Subject: [PATCH] Additional debugging for setStorageModificationTime() error --- 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 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()"); }