changeset 435:5edaebbbb7f2

feeds: Also show UNIX timestamp along with translated timestamp.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Jan 2017 04:19:10 +0200
parents 366324c417d8
children 3c816fdc302f
files feeds.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/feeds.tcl	Mon Jan 09 04:10:36 2017 +0200
+++ b/feeds.tcl	Mon Jan 09 04:19:10 2017 +0200
@@ -104,7 +104,7 @@
   if {$nresult > $feeds_sync_limit} {
     feeds_log "$nresult new entries, probably unsynchronized. Ignoring."
   } else {
-    feeds_log "$nresult new entries since [utl_ctime $oldtime] .."
+    feeds_log "$nresult new entries since $oldtime ( [utl_ctime $oldtime] ) .."
     feeds_dbh eval $usql {
       feeds_msg $utime $ufeed $uurl $utitle
     }