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/edithtml.py | |
| parent | 5bd87f036143f0a1402a1791f57974134f0a009b (diff) | |
| download | mailman-df46b0579e14ba8f0baaf655c87195cf519d22c1.tar.gz mailman-df46b0579e14ba8f0baaf655c87195cf519d22c1.tar.zst mailman-df46b0579e14ba8f0baaf655c87195cf519d22c1.zip | |
Diffstat (limited to 'Mailman/Cgi/edithtml.py')
| -rw-r--r-- | Mailman/Cgi/edithtml.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mailman/Cgi/edithtml.py b/Mailman/Cgi/edithtml.py index 1a4266b70..7268d899b 100644 --- a/Mailman/Cgi/edithtml.py +++ b/Mailman/Cgi/edithtml.py @@ -18,7 +18,6 @@ import os import cgi -import gettext from Mailman import Utils from Mailman import MailList @@ -63,7 +62,7 @@ def main(): except Errors.MMListError, e: doc.AddItem(Header(2, _('No such list <em>%(listname)s</em>'))) print doc.Format() - syslog('error', _('No such list "%(listname)s": %(e)s\n')) + syslog('error', 'No such list "%s": %s', listname, e) return # Now that we have a valid list, set the language to its default |
