aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-06-14 22:01:51 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2015-06-14 22:01:51 +0300
commit07c60ad1b6e723bc52cef39c01178cca7161d7cf (patch)
treeea4d748f2e11c9176a3cd68f23b6104dd5db04b7 /bin
parente0bb9149ff8e6d6c263e1bff225851dc5b66dc10 (diff)
downloadmailman-07c60ad1b6e723bc52cef39c01178cca7161d7cf.tar.gz
mailman-07c60ad1b6e723bc52cef39c01178cca7161d7cf.tar.bz2
Bugfix
* bin/mailsync (mboxtohtml): fix debug format
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mailsync2
1 files changed, 1 insertions, 1 deletions
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

Return to:

Send suggestions and report system problems to the System administrator.