From dd1eed6c9e6b8ec550953bfc315935c916f8efd1 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 19 Dec 2009 00:49:02 +0000 Subject: [PATCH] Additional debugging --- chrome/content/zotero/xpcom/storage/zfs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/storage/zfs.js b/chrome/content/zotero/xpcom/storage/zfs.js index d7e03efdf..bf46d2274 100644 --- 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; }