Downgrade two error messages in drain_and_close_socket() to LOG_LEVEL_CONNECT
authorFabian Keil <fk@fabiankeil.de>
Wed, 17 Oct 2012 18:01:34 +0000 (18:01 +0000)
committerFabian Keil <fk@fabiankeil.de>
Wed, 17 Oct 2012 18:01:34 +0000 (18:01 +0000)
commit1e80929b9f530196a2582ecc1f1d0e89a7351c35
tree7915d70b3c59a3db66a723c5f64e27d5169285a4
parentd416d6368199977e2e0a61b8c2d880f53251a671
Downgrade two error messages in drain_and_close_socket() to LOG_LEVEL_CONNECT

The errors are expected if the connection is closed on the remote
end after drain_and_close_socket() confirmed that the socket is
still alive, but before it tries to drain it.
jbsockets.c