tweak daemon msgs

This commit is contained in:
Andrew Dolgov 2007-03-08 18:38:25 +01:00
parent 6f9e33e45d
commit 072bd2ccfb
1 changed files with 2 additions and 2 deletions

View File

@ -142,12 +142,12 @@
if (!$line["last_updated"] ||
time() - strtotime($line["last_updated"]) > ($upd_intl * 60)) {
_debug("\tUpdating...");
_debug("Updating...");
update_rss_feed($link, $line["feed_url"], $line["id"], true);
sleep(1); // prevent flood (FIXME make this an option?)
} else {
_debug("\tUpdate not needed.");
_debug("Update not needed.");
}
}