]> git.wh0rd.org - tt-rss.git/commitdiff
daemon: show last update time
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 20 Nov 2007 03:28:33 +0000 (04:28 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 20 Nov 2007 03:28:33 +0000 (04:28 +0100)
update_daemon.php

index e5d368a8d3b2141c1a606784e62938b53a981a44..0c075da1b4b39334970e0b108a1722181cc9d7c2 100644 (file)
                                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));