fix comment

This commit is contained in:
benoitc 2017-01-08 01:40:18 +01:00
parent 1db805c7f6
commit f0f44cddd3

View File

@ -304,7 +304,7 @@ class Arbiter(object):
self.reexec() self.reexec()
def handle_winch(self): def handle_winch(self):
"SIGWINCH handling" """SIGWINCH handling"""
if self.cfg.daemon: if self.cfg.daemon:
self.log.info("graceful stop of workers") self.log.info("graceful stop of workers")
self.num_workers = 0 self.num_workers = 0