From: Andrew Dolgov Date: Tue, 20 Nov 2007 03:28:33 +0000 (+0100) Subject: daemon: show last update time X-Git-Tag: 1.2.17~4 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=f0be24569cf919cffae034fc4991db384c3c0061;p=tt-rss.git daemon: show last update time --- diff --git a/update_daemon.php b/update_daemon.php index e5d368a8..0c075da1 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));