]> source.dussan.org Git - rspamd.git/commitdiff
[WebUI] Fix error message 1574/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Sat, 1 Apr 2017 12:59:13 +0000 (15:59 +0300)
committerGitHub <noreply@github.com>
Sat, 1 Apr 2017 12:59:13 +0000 (15:59 +0300)
interface/js/app/rspamd.js

index bec5c2f682359cb84d2e95780cdb9bd6f3b7fb0a..dbd4c33b98c13bcb690c26d13fe1d712d875acaf 100644 (file)
@@ -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;})) {