From: Andrew Dolgov Date: Thu, 8 Mar 2007 17:38:25 +0000 (+0100) Subject: tweak daemon msgs X-Git-Tag: 1.2.9~13 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=072bd2ccfba3135759783ef7ff87b008e4d90f83;p=tt-rss.git tweak daemon msgs --- diff --git a/update_daemon.php b/update_daemon.php index 63279501..32054c5b 100644 --- a/update_daemon.php +++ b/update_daemon.php @@ -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."); } }