s/create_sockeSt/create_sockets

This commit is contained in:
Adnane Belmadiaf 2012-12-21 22:21:28 +00:00 committed by benoitc
parent b6bba4572a
commit 1c9b8460b1

View File

@ -386,7 +386,7 @@ class Arbiter(object):
# close all listeners
[l.close for l in self.LISTENERS]
# init new listeners
self.LISTENERS = create_sockeSt(self.cfg, self.log)
self.LISTENERS = create_sockets(self.cfg, self.log)
self.log.info("Listening at: %s", ",".join(str(self.LISTENERS)))
# do some actions on reload