summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/edithtml.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Cgi/edithtml.py')
-rw-r--r--Mailman/Cgi/edithtml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/edithtml.py b/Mailman/Cgi/edithtml.py
index dbcca8788..b317caff8 100644
--- a/Mailman/Cgi/edithtml.py
+++ b/Mailman/Cgi/edithtml.py
@@ -53,7 +53,7 @@ def main():
except Errors.MMListError, e:
doc.AddItem(Header(2, '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
# get the list._template_dir attribute