diff options
Diffstat (limited to 'data/rhlib')
-rw-r--r-- | data/rhlib/addAttachmentRow.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/rhlib/addAttachmentRow.js b/data/rhlib/addAttachmentRow.js index 6fab1bd..20541dc 100644 --- a/data/rhlib/addAttachmentRow.js +++ b/data/rhlib/addAttachmentRow.js @@ -37,8 +37,8 @@ function addAttachment(data, callback, param) { var params = []; if (!constantData.passwordState.passAvailable) { - console - .error("addAttachment : No password, no XML-RPC calls; sorry"); + console.log("addAttachment: No XML-RPC calls for " + + location.protocol + "//" + location.hostname); return null; } |