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

Update lowlevel error message to be more meaningful.

This commit is contained in:
Jason Langenauer 2014-12-01 13:29:23 +11:00
parent d69076322e
commit bc4bd54616

View file

@ -716,7 +716,7 @@ module Puma
if @leak_stack_on_error
[500, {}, ["Puma caught this error: #{e.message} (#{e.class})\n#{e.backtrace.join("\n")}"]]
else
[500, {}, ["A really lowlevel plumbing error occured. Please contact your local Maytag(tm) repair person.\n"]]
[500, {}, ["An unhandled lowlevel error occured. The application logs may have details.\n"]]
end
end