diff options
Diffstat (limited to 'Mailman/Cgi/roster.py')
| -rw-r--r-- | Mailman/Cgi/roster.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/roster.py b/Mailman/Cgi/roster.py index 17260986f..1d72ab470 100644 --- a/Mailman/Cgi/roster.py +++ b/Mailman/Cgi/roster.py @@ -53,7 +53,7 @@ def main(): mlist = MailList.MailList(listname, lock=0) except Errors.MMListError, e: error_page(_('No such list <em>%(listname)s</em>')) - syslog('error', 'roster: no such list "%s": %s' % (listname, e)) + syslog('error', 'roster: no such list "%s": %s', listname, e) return cgidata = cgi.FieldStorage() |
