diff options
| author | bwarsaw | 2000-06-28 04:44:04 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-06-28 04:44:04 +0000 |
| commit | 69e69e2a3463b05be7b06ae09b00b5fac9cd8c8a (patch) | |
| tree | ffb39641140c53b037ff34e1542d580e07dd5bbe /Mailman/Cgi/subscribe.py | |
| parent | 46f44a593456e32763a924e92270f71e5a755fed (diff) | |
| download | mailman-69e69e2a3463b05be7b06ae09b00b5fac9cd8c8a.tar.gz mailman-69e69e2a3463b05be7b06ae09b00b5fac9cd8c8a.tar.zst mailman-69e69e2a3463b05be7b06ae09b00b5fac9cd8c8a.zip | |
Diffstat (limited to 'Mailman/Cgi/subscribe.py')
| -rw-r--r-- | Mailman/Cgi/subscribe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/subscribe.py b/Mailman/Cgi/subscribe.py index d642fef2e..78546fa95 100644 --- a/Mailman/Cgi/subscribe.py +++ b/Mailman/Cgi/subscribe.py @@ -55,7 +55,7 @@ def main(): doc.AddItem(Header(2, "Error")) doc.AddItem(Bold('No such list <em>%s</em>' % listname)) print doc.Format(bgcolor="#ffffff") - syslog('No such list "%s": %s\n' % (listname, e)) + syslog('error', 'No such list "%s": %s\n' % (listname, e)) return try: process_form(mlist, doc) |
