summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/roster.py
diff options
context:
space:
mode:
authorbwarsaw2000-06-28 04:44:04 +0000
committerbwarsaw2000-06-28 04:44:04 +0000
commit69e69e2a3463b05be7b06ae09b00b5fac9cd8c8a (patch)
treeffb39641140c53b037ff34e1542d580e07dd5bbe /Mailman/Cgi/roster.py
parent46f44a593456e32763a924e92270f71e5a755fed (diff)
downloadmailman-69e69e2a3463b05be7b06ae09b00b5fac9cd8c8a.tar.gz
mailman-69e69e2a3463b05be7b06ae09b00b5fac9cd8c8a.tar.zst
mailman-69e69e2a3463b05be7b06ae09b00b5fac9cd8c8a.zip
Diffstat (limited to 'Mailman/Cgi/roster.py')
-rw-r--r--Mailman/Cgi/roster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/roster.py b/Mailman/Cgi/roster.py
index b893de913..603667e84 100644
--- a/Mailman/Cgi/roster.py
+++ b/Mailman/Cgi/roster.py
@@ -100,7 +100,7 @@ def get_list():
mlist.IsListInitialized()
except Errors.MMListError, e:
error_page('No such list <em>%s</em>' % listname)
- syslog('No such list "%s": %s\n' % (listname, e))
+ syslog('error', 'No such list "%s": %s\n' % (listname, e))
sys.exit(0)
return mlist