mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
typo
This commit is contained in:
parent
fef233dd5d
commit
58c3c5680d
@ -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."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user