diff options
Diffstat (limited to 'Mailman/Cgi/listinfo.py')
| -rw-r--r-- | Mailman/Cgi/listinfo.py | 2 |
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 |
