mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
make log message punctuation on reexec consistent
This commit is contained in:
parent
da007d0b15
commit
fa8b8ebda9
@ -391,7 +391,7 @@ class Arbiter(object):
|
|||||||
return
|
return
|
||||||
|
|
||||||
if self.master_pid != 0:
|
if self.master_pid != 0:
|
||||||
self.log.warning("USR2 signal ignored. Parent exists")
|
self.log.warning("USR2 signal ignored. Parent exists.")
|
||||||
return
|
return
|
||||||
|
|
||||||
master_pid = os.getpid()
|
master_pid = os.getpid()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user