don't spam the console

SIGWINCH could happen often in the console when the terminal is resized.
Since the error is harmless just display it when the logging level is
debug.

fix #449
This commit is contained in:
benoitc 2013-11-06 08:02:12 +01:00
parent a48b824d77
commit 02b866f08a

View File

@ -281,7 +281,7 @@ class Arbiter(object):
self.num_workers = 0
self.kill_workers(signal.SIGQUIT)
else:
self.log.info("SIGWINCH ignored. Not daemonized")
self.log.debug("SIGWINCH ignored. Not daemonized")
def wakeup(self):
"""\