Skip to content

Commit

Permalink
Correct log output
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jan 21, 2016
1 parent 74b3e7a commit d31f083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adhearsion/initializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def handle_signal(signal)
logger.info "Received ABRT signal. Forcing stop."
Adhearsion::Process.force_stop
when 'USR2'
logger.info "Received USR1 signal. Printing Celluloid stack dump."
logger.info "Received USR2 signal. Printing Celluloid stack dump."
Celluloid.stack_dump(STDOUT)
end
end
Expand Down

0 comments on commit d31f083

Please sign in to comment.