From b9c2ea507d54268d93b76a2a62cc07da632d21ef Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 22 Jul 2013 20:39:20 -0400 Subject: [PATCH] Add mode name to credentials-cached debug message --- chrome/content/zotero/xpcom/storage/webdav.js | 2 +- 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 index a35aa9fb0..d88389bae 100644 --- 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 index 59dd06670..a29668379 100644 --- 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; }