summaryrefslogtreecommitdiff
path: root/Mailman/Archiver.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Archiver.py')
-rw-r--r--Mailman/Archiver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Archiver.py b/Mailman/Archiver.py
index 268126803..e73ef02d2 100644
--- a/Mailman/Archiver.py
+++ b/Mailman/Archiver.py
@@ -95,7 +95,7 @@ class Archiver:
mbox.AppendMessage(post)
mbox.fp.close()
except IOError, msg:
- self.LogMsg("system", ("Archive file access failure:\n"
+ self.LogMsg("error", ("Archive file access failure:\n"
"\t%s %s"
% (afn, `msg[1]`)))
if self.clobber_date: