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:
parent
d69076322e
commit
bc4bd54616
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue