summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/listinfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Cgi/listinfo.py')
-rw-r--r--Mailman/Cgi/listinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/listinfo.py b/Mailman/Cgi/listinfo.py
index 7dca72cc1..835f05eac 100644
--- a/Mailman/Cgi/listinfo.py
+++ b/Mailman/Cgi/listinfo.py
@@ -47,7 +47,7 @@ def main():
mlist = MailList.MailList(listname, lock=0)
except Errors.MMListError, e:
listinfo_overview(_('No such list <em>%(listname)s</em>'))
- syslog('error', 'No such list "%s": %s' % (listname, e))
+ syslog('error', 'No such list "%s": %s', listname, e)
return
# See if the user want to see this page in other language