]> git.wh0rd.org - tt-rss.git/commitdiff
tweak daemon msgs
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 8 Mar 2007 17:38:25 +0000 (18:38 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 8 Mar 2007 17:38:25 +0000 (18:38 +0100)
update_daemon.php

index 6327950193957b1b57edb9bf945d8dabe149b05c..32054c5b3c2801ea6866ff0f555b7797b348c63b 100644 (file)
                        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.");
                        }
                }