1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Merge pull request #186 from bensie/patch-1

Spelling error in log
This commit is contained in:
Evan Phoenix 2013-02-06 09:57:17 -08:00
commit 62d124f27a

View file

@ -496,7 +496,7 @@ module Puma
Thread.new do
IO.select [@check_pipe]
log "! Detected parent died, dieing"
log "! Detected parent died, dying"
exit! 1
end