diff --git a/gunicorn/arbiter.py b/gunicorn/arbiter.py index 16e2be7d..5c0f80db 100644 --- a/gunicorn/arbiter.py +++ b/gunicorn/arbiter.py @@ -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