summaryrefslogtreecommitdiff
path: root/update_daemon.php
diff options
context:
space:
mode:
Diffstat (limited to 'update_daemon.php')
-rw-r--r--update_daemon.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/update_daemon.php b/update_daemon.php
index 632795019..32054c5b3 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.");
}
}