1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +00:00

code cleanup; ccache category calculation for cid=0 corrected

This commit is contained in:
Andrew Dolgov
2009-01-17 07:57:33 +01:00
parent 0bdec4560e
commit b6d486a3a4
5 changed files with 20 additions and 61 deletions

View File

@@ -76,7 +76,7 @@
update_daemon_common($link);
} else {
$count = update_feedbrowser_cache($link);
print "Finished, $count feeds processed.\n";
_debug("Finished, $count feeds processed.");
}