Skip to content

Commit

Permalink
make log message punctuation on reexec consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
tilgovi committed Jul 22, 2016
1 parent da007d0 commit fa8b8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gunicorn/arbiter.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def reexec(self):
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()
Expand Down

0 comments on commit fa8b8eb

Please sign in to comment.