This commit is contained in:
Randall Leeds 2011-10-05 14:11:55 -07:00
parent fef233dd5d
commit 58c3c5680d

View File

@ -148,7 +148,7 @@ class Arbiter(object):
self.SIG_QUEUE.append(sig) self.SIG_QUEUE.append(sig)
self.wakeup() self.wakeup()
else: else:
self.log.warn("Dropping signal: %s", sig) self.log.warning("Dropping signal: %s", sig)
def run(self): def run(self):
"Main master loop." "Main master loop."