summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.js b/functions.js
index 2d04c02a1..3b6339b82 100644
--- a/functions.js
+++ b/functions.js
@@ -564,7 +564,7 @@ function all_counters_callback() {
if (xmlhttp_rpc.readyState == 4) {
try {
if (!xmlhttp_rpc.responseXML || !xmlhttp_rpc.responseXML.firstChild) {
- notify("[all_counters_callback] backend did not return valid XML");
+ debug("[all_counters_callback] backend did not return valid XML");
return;
}