diff options
Diffstat (limited to 'modules/mm_archive.py')
| -rw-r--r-- | modules/mm_archive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mm_archive.py b/modules/mm_archive.py index 268126803..e73ef02d2 100644 --- a/modules/mm_archive.py +++ b/modules/mm_archive.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: |
