Skip to content
Permalink
Browse files
Update lowlevel error message to be more meaningful.
  • Loading branch information
jasonl committed Dec 1, 2014
1 parent d690763 commit bc4bd54
Showing 1 changed file with 1 addition and 1 deletion.
@@ -716,7 +716,7 @@ def lowlevel_error(e)
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

0 comments on commit bc4bd54

Please sign in to comment.