summaryrefslogtreecommitdiff
path: root/cgi/archives
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/archives')
-rwxr-xr-xcgi/archives2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/archives b/cgi/archives
index 28c2106e6..92c1aef24 100755
--- a/cgi/archives
+++ b/cgi/archives
@@ -8,7 +8,7 @@ import os, types, posix, string
import mm_utils, maillist, htmlformat
try:
- sys.stderr = mm_utils.StampedLogger("error", label = 'mmroster',
+ sys.stderr = mm_utils.StampedLogger("error", label = 'archives',
manual_reprime=1, nofail=0)
except IOError:
pass # Oh well - SOL on redirect, errors show thru.