diff options
Diffstat (limited to 'data/lib/collectingMetadata.js')
-rw-r--r-- | data/lib/collectingMetadata.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/lib/collectingMetadata.js b/data/lib/collectingMetadata.js index 00b973d..47407e8 100644 --- a/data/lib/collectingMetadata.js +++ b/data/lib/collectingMetadata.js @@ -157,7 +157,8 @@ AttachList.prototype.addCheckXorgLogLink = function addCheckXorgLogLink() { */ AttachList.prototype.markBadAttachments = function markBadAttachments() { if (!constantData.passwordState.passAvailable) { - console.log("markBadAttachments : No password, no XML-RPC calls; sorry"); + console.log("markBadAttachments : No XML-RPC calls for " + + location.protocol + "//" + location.hostname); return null; } |