www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit d5215618aae00042b742bbf95e179c3e155c0231
parent 994de2e65c7e2458b1037e5b67e50b69cbebe673
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 17 Oct 2008 00:33:22 +0000

Additional debugging for setStorageModificationTime() error


Diffstat:
Mchrome/content/zotero/xpcom/storage.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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()"); }