Barry Warsaw pushed to branch master at mailman / Mailman Core

Commits:
ab6334ac by Barry Warsaw at 2017-08-30T21:29:06-04:00
Fix runner started/exiting log messages.

Closes #393

- - - - -
fda6c2aa by Barry Warsaw at 2017-09-02T17:42:18+00:00
Merge branch 'issue393' into 'master'

Fix runner started/exiting log messages

Closes #393

See merge request !311
- - - - -


1 changed file:

- src/mailman/bin/runner.py


Changes:

=====================================
src/mailman/bin/runner.py
=====================================
--- a/src/mailman/bin/runner.py
+++ b/src/mailman/bin/runner.py
@@ -184,7 +184,7 @@ def main(ctx, config_file, verbose, list_runners, once, 
runner_spec):
     runner = make_runner(*runner_spec, once=once)
     runner.set_signals()
     # Now start up the main loop
-    log.info('%s runner started.'.format(runner.name))
+    log.info('{} runner started.'.format(runner.name))
     runner.run()
-    log.info('%s runner exiting.'.format(runner.name))
+    log.info('{} runner exiting.'.format(runner.name))
     sys.exit(runner.status)



View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/a7c82290f87554e07481eb048445e2587ad3bf9a...fda6c2aa5d91d10d19d6da2eff0c73f60c36037a

---
View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/a7c82290f87554e07481eb048445e2587ad3bf9a...fda6c2aa5d91d10d19d6da2eff0c73f60c36037a
You're receiving this email because of your account on gitlab.com.
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to