commit fdcc02d953cf5dc046d9716581263c1fe2ea7f39 parent e205356a43b04f71e046e8bd34b1604c9a542267 Author: Dan Stillman <dstillman@zotero.org> Date: Mon, 10 Nov 2008 06:34:47 +0000 Add mod time mismatch debugging Diffstat:
| M | chrome/content/zotero/xpcom/storage.js | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js @@ -601,7 +601,8 @@ Zotero.Sync.Storage = new function () { } if (mtimes[item.id] != fileModTime) { - Zotero.debug("Marking attachment " + item.id + " as changed"); + Zotero.debug("Marking attachment " + item.id + " as changed (" + + mtimes[item.id] + " != " + fileModTime + ")"); updatedStates[item.id] = Zotero.Sync.Storage.SYNC_STATE_TO_UPLOAD; }