summaryrefslogtreecommitdiff
path: root/update_daemon.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-20 04:28:33 +0100
committerAndrew Dolgov <[email protected]>2007-11-20 04:28:33 +0100
commitf0be24569cf919cffae034fc4991db384c3c0061 (patch)
tree263210497b7d79bab3aac9aa111c02d2392366e5 /update_daemon.php
parent4a28f2bff572de12e15ed4fc0555a7088f2487df (diff)
daemon: show last update time
Diffstat (limited to 'update_daemon.php')
-rw-r--r--update_daemon.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_daemon.php b/update_daemon.php
index e5d368a8d..0c075da1b 100644
--- a/update_daemon.php
+++ b/update_daemon.php
@@ -164,7 +164,7 @@
continue;
}
- _debug("Feed: " . $line["feed_url"]);
+ _debug("Feed: " . $line["feed_url"] . ", " . $line["last_updated"]);
// _debug(sprintf("\tLU: %d, INTL: %d, UID: %d) ",
// time() - strtotime($line["last_updated"]), $upd_intl*60, $user_id));