diff options
| author | bwarsaw | 2000-06-26 14:50:57 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-06-26 14:50:57 +0000 |
| commit | 3277d7a9a8fb70ec90fe8e58d8c1c761c8eef73e (patch) | |
| tree | 2d27a83f0f90c6ea7c4e3ca83ea90e52e9fdcdc4 /Mailman/Cgi/edithtml.py | |
| parent | 0d7b9ae5575437a844ab4cd744820039f2ea68fc (diff) | |
| download | mailman-3277d7a9a8fb70ec90fe8e58d8c1c761c8eef73e.tar.gz mailman-3277d7a9a8fb70ec90fe8e58d8c1c761c8eef73e.tar.zst mailman-3277d7a9a8fb70ec90fe8e58d8c1c761c8eef73e.zip | |
Diffstat (limited to 'Mailman/Cgi/edithtml.py')
| -rw-r--r-- | Mailman/Cgi/edithtml.py | 2 |
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 |
