summaryrefslogtreecommitdiff
path: root/Mailman/Queue/HTTPRunner.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Queue/HTTPRunner.py')
-rw-r--r--Mailman/Queue/HTTPRunner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/Queue/HTTPRunner.py b/Mailman/Queue/HTTPRunner.py
index 32620f458..1858cff58 100644
--- a/Mailman/Queue/HTTPRunner.py
+++ b/Mailman/Queue/HTTPRunner.py
@@ -61,6 +61,7 @@ server = make_server(config.HTTP_HOST, config.HTTP_PORT,
qlog.info('HTTPRunner qrunner started.')
+hlog.info('HTTPRunner listening on %s:%s', config.HTTP_HOST, config.HTTP_PORT)
try:
server.serve_forever()
# Do it this way because of exception hierarchy changes in Python 2.5. XXX