From b00ed196e45afb33d48232d683bb88dbba489b56 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 29 May 2006 08:21:26 +0100 Subject: all_counters_callback broken xml notify moved to debug --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.js') 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; } -- cgit v1.2.3