diff options
Diffstat (limited to 'bin/qrunner')
| -rw-r--r-- | bin/qrunner | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/qrunner b/bin/qrunner index c076b00cd..42248e472 100644 --- a/bin/qrunner +++ b/bin/qrunner @@ -81,7 +81,6 @@ import paths from Mailman import mm_cfg from Mailman import loginit from Mailman.i18n import _ -from Mailman.Logging.Utils import LogStdErr PROGRAM = sys.argv[0] COMMASPACE = ', ' @@ -219,7 +218,7 @@ def main(): # stderr in addition to logging to the log files. We do this by passing a # value of True to propagate, which allows the 'mailman' root logger to # see the log messages. - loginit.initialize(not AS_SUBPROC) + loginit.initialize(propagate=not AS_SUBPROC) # Fast track for one infinite runner if len(runners) == 1 and not once: |
