Commit db24d29e authored by Derek DeMoro's avatar Derek DeMoro Committed by derek

JIRA Fixes.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@875 b35dd754-fafc-0310-a699-88a17e54d16e
parent 7048d52f
......@@ -190,6 +190,7 @@ public class SocketConnection extends BasicConnection {
xmlSerializer.flush();
}
catch (IOException e) {
Log.error("Problem sending the following packet: "+packet.toXML());
Log.error(e);
}
}
......
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