commit b9c2ea507d54268d93b76a2a62cc07da632d21ef parent f85d25d1d1c82a82f61c3a082d69d506894eb9f2 Author: Dan Stillman <dstillman@zotero.org> Date: Mon, 22 Jul 2013 20:39:20 -0400 Add mode name to credentials-cached debug message Diffstat:
| M | chrome/content/zotero/xpcom/storage/webdav.js | | | 2 | +- |
| M | chrome/content/zotero/xpcom/storage/zfs.js | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/xpcom/storage/webdav.js b/chrome/content/zotero/xpcom/storage/webdav.js @@ -1102,7 +1102,7 @@ Zotero.Sync.Storage.WebDAV = (function () { obj._cacheCredentials = function () { if (_cachedCredentials) { - Zotero.debug("Credentials are already cached"); + Zotero.debug("WebDAV credentials are already cached"); return; } diff --git a/chrome/content/zotero/xpcom/storage/zfs.js b/chrome/content/zotero/xpcom/storage/zfs.js @@ -1002,7 +1002,7 @@ Zotero.Sync.Storage.ZFS = (function () { obj._cacheCredentials = function () { if (_cachedCredentials) { - Zotero.debug("Credentials are already cached"); + Zotero.debug("ZFS credentials are already cached"); return; }