From 07c60ad1b6e723bc52cef39c01178cca7161d7cf Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 14 Jun 2015 22:01:51 +0300 Subject: Bugfix * bin/mailsync (mboxtohtml): fix debug format --- bin/mailsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mailsync b/bin/mailsync index 2667c60..94a4c19 100755 --- a/bin/mailsync +++ b/bin/mailsync @@ -160,7 +160,7 @@ def mboxtohtml(listid): if t > 0: n = len(inbox) - debug(1, "%s: %d messages, timestamp %d" % (name,n,t)) + debug(1, "%s: %d messages, timestamp %s" % (name,n,strftime('%s', t))) save_state(listid, n) save_timestamp(listid, t) return True -- cgit v1.2.1