1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 04:15:55 +00:00

all_counters_callback broken xml notify moved to debug

This commit is contained in:
Andrew Dolgov
2006-05-29 08:21:26 +01:00
parent 4c2abbc121
commit b00ed196e4
2 changed files with 1 additions and 2 deletions

View File

@@ -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;
}