From fa7ce0a6a755cb71a30417478fb797ee7b8d94b5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 17 Jun 2011 07:32:17 +0000 Subject: add broken app test from Rainbows! "app error" is more correct, and consistent with Rainbows! --- lib/unicorn/http_server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/unicorn/http_server.rb b/lib/unicorn/http_server.rb index 1489495..acb55f2 100644 --- a/lib/unicorn/http_server.rb +++ b/lib/unicorn/http_server.rb @@ -505,7 +505,7 @@ class Unicorn::HttpServer when Unicorn::HttpParserError # try to tell the client they're bad Unicorn::Const::ERROR_400_RESPONSE else - logger.error "Read error: #{e.inspect}" + logger.error "app error: #{e.inspect}" logger.error e.backtrace.join("\n") Unicorn::Const::ERROR_500_RESPONSE end -- cgit v1.2.3-24-ge0c7