mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix missed argument during refactoring
This commit is contained in:
parent
5aa104f9ba
commit
8bf793d2e5
@ -356,7 +356,7 @@ class Arbiter(object):
|
|||||||
# do we need to change listener ?
|
# do we need to change listener ?
|
||||||
if old_address != self.cfg.address:
|
if old_address != self.cfg.address:
|
||||||
self.LISTENER.close()
|
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)
|
self.log.info("Listening at: %s", self.LISTENER)
|
||||||
|
|
||||||
# spawn new workers with new app & conf
|
# spawn new workers with new app & conf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user