just display listening info if addres has changed on HUP.

This commit is contained in:
benoitc 2010-06-17 16:48:55 +02:00
parent 92157fc503
commit 8b10e33ecd

View File

@ -329,7 +329,7 @@ class Arbiter(object):
if old_address != self.cfg.address:
self.LISTENER.close()
self.LISTENER = create_socket(self.cfg)
self.log.info("Listening at: %s" % self.LISTENER)
self.log.info("Listening at: %s" % self.LISTENER)
# spawn new workers with new app & conf
for i in range(self.app.cfg.workers):