It's probably worth including the stack trace for this warning, since it

can come from various different places.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6466 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2011-01-24 22:19:40 +00:00
parent 6d36a54999
commit fb822af0e9
@@ -237,7 +237,7 @@ public class PresentsConnection extends Connection
// don't log a warning for the ever-popular "the client dropped the connection" failure
String msg = ioe.getMessage();
if (msg == null || msg.indexOf("reset by peer") == -1) {
log.warning("Error reading message from socket", "channel", _channel, "error", ioe);
log.warning("Error reading message from socket", "channel", _channel, ioe);
}
// deal with the failure
networkFailure(ioe);