diff options
| author | bwarsaw | 2001-06-27 17:58:44 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-06-27 17:58:44 +0000 |
| commit | df46b0579e14ba8f0baaf655c87195cf519d22c1 (patch) | |
| tree | 687049b818d13c84b3a1897d93d70b7846a3a151 /Mailman/Cgi/roster.py | |
| parent | 5bd87f036143f0a1402a1791f57974134f0a009b (diff) | |
| download | mailman-df46b0579e14ba8f0baaf655c87195cf519d22c1.tar.gz mailman-df46b0579e14ba8f0baaf655c87195cf519d22c1.tar.zst mailman-df46b0579e14ba8f0baaf655c87195cf519d22c1.zip | |
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() |
