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

Fixed a format string error.

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@191 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
zedshaw 2006-05-20 06:01:51 +00:00
parent ef96cf1248
commit 8a499b5df3

View file

@ -390,7 +390,7 @@ module Mongrel
end
rescue EOFError,Errno::ECONNRESET,Errno::EPIPE,Errno::EINVAL,Errno::EBADF
# ignore these since it means the client closed off early
STDERR.puts "Client closed socket early requesting file #{req}: #$!"
STDERR.puts "Client closed socket early requesting file #{path}: #$!"
end
def write(data)