aboutsummaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
Diffstat (limited to 'interface')
-rw-r--r--interface/js/app/rspamd.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/js/app/rspamd.js b/interface/js/app/rspamd.js
index bec5c2f68..dbd4c33b9 100644
--- a/interface/js/app/rspamd.js
+++ b/interface/js/app/rspamd.js
@@ -416,7 +416,7 @@ define(['jquery', 'd3pie', 'visibility', 'app/stats', 'app/graph', 'app/config',
}
else {
alertMessage('alert-error', 'Cannot receive data from ' +
- neighbours_status[ind] + ': ' + errorThrown);
+ neighbours_status[ind].host + ': ' + errorThrown);
}
if (neighbours_status.every(
function (elt) {return elt.checked;})) {