Fix missed argument during refactoring

This commit is contained in:
Sergey Rublev 2012-02-01 18:57:46 +04:00 committed by Paul J. Davis
parent 5aa104f9ba
commit 8bf793d2e5

View File

@ -356,7 +356,7 @@ class Arbiter(object):
# do we need to change listener ?
if old_address != self.cfg.address:
self.LISTENER.close()
self.LISTENER = create_socket(self.cfg)
self.LISTENER = create_socket(self.cfg, self.log)
self.log.info("Listening at: %s", self.LISTENER)
# spawn new workers with new app & conf