www

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

commit dd1eed6c9e6b8ec550953bfc315935c916f8efd1
parent 18c7e6728f305b7147edaf547e259f925d50cb1c
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 19 Dec 2009 00:49:02 +0000

Additional debugging


Diffstat:
Mchrome/content/zotero/xpcom/storage/zfs.js | 1+
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 @@ -113,6 +113,7 @@ Zotero.Sync.Storage.Session.ZFS.prototype._getStorageFileInfo = function (item, Zotero.debug(req.status); Zotero.debug(item.key); Zotero.debug(req.responseText); + Zotero.debug(req.getAllResponseHeaders()); //callback(item, false); //return; }