summaryrefslogtreecommitdiff
path: root/bin/mailmanctl
diff options
context:
space:
mode:
authorbwarsaw2002-10-21 21:35:01 +0000
committerbwarsaw2002-10-21 21:35:01 +0000
commit8a34d51beb0ab8876d35aeab2bef72d1636e1e6f (patch)
tree46a93136723f27613394def9b606b04041d717f5 /bin/mailmanctl
parent77856d4178c735d1a870aef060142877bc685be7 (diff)
downloadmailman-8a34d51beb0ab8876d35aeab2bef72d1636e1e6f.tar.gz
mailman-8a34d51beb0ab8876d35aeab2bef72d1636e1e6f.tar.zst
mailman-8a34d51beb0ab8876d35aeab2bef72d1636e1e6f.zip
In the LogStdErr() call, we don't need to pass in the tee argument,
since the default is fine.
Diffstat (limited to 'bin/mailmanctl')
-rw-r--r--bin/mailmanctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mailmanctl b/bin/mailmanctl
index aee8b54b3..51be445ef 100644
--- a/bin/mailmanctl
+++ b/bin/mailmanctl
@@ -117,7 +117,7 @@ LOCK_LIFETIME = mm_cfg.days(1) + mm_cfg.hours(6)
SNOOZE = mm_cfg.days(1)
MAX_RESTARTS = 10
-LogStdErr('error', 'mailmanctl', manual_reprime=0, tee_to_stdout=1)
+LogStdErr('error', 'mailmanctl', manual_reprime=0)