make log message punctuation on reexec consistent

This commit is contained in:
Randall Leeds 2016-07-22 16:53:29 -07:00
parent da007d0b15
commit fa8b8ebda9

View File

@ -391,7 +391,7 @@ class Arbiter(object):
return
if self.master_pid != 0:
self.log.warning("USR2 signal ignored. Parent exists")
self.log.warning("USR2 signal ignored. Parent exists.")
return
master_pid = os.getpid()