aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/collectingMetadata.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-09-04 02:02:36 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-09-04 02:02:36 +0200
commitca155b4e16d15d5ffd62d20ce42a7516c1f9c49c (patch)
tree701eaefa58b58530e24a4c5a66b25290ec1e21f7 /data/lib/collectingMetadata.js
parent3c1055ba0f1024133d5ffe5e98d95d00f3b97cbe (diff)
downloadbugzilla-triage-ca155b4e16d15d5ffd62d20ce42a7516c1f9c49c.tar.gz
Fix passwords and XML-RPC logins.
Make switching off XML-RPC per-domain not per-user (fixes #107). Login just once per session and domain (fixes #113).
Diffstat (limited to 'data/lib/collectingMetadata.js')
-rw-r--r--data/lib/collectingMetadata.js3
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;
}