Commit b2785c0d authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Added more logging information.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1365 b35dd754-fafc-0310-a699-88a17e54d16e
parent fb0b8ce9
......@@ -93,7 +93,7 @@ public class SocketConnection implements Connection {
}
}
catch (Exception e) {
Log.warn("Closing no longer valid connection", e);
Log.warn("Closing no longer valid connection" + "\n" + this.toString(), e);
close();
}
return !isClosed();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment