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

Added debugging information.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1445 b35dd754-fafc-0310-a699-88a17e54d16e
parent 84c9cd29
......@@ -82,7 +82,7 @@ public class ServerSocketReader extends SocketReader {
});
}
catch (PacketRejectedException e) {
// Do nothing
Log.debug("IQ rejected: " + packet.toXML(), e);
}
}
......@@ -107,7 +107,7 @@ public class ServerSocketReader extends SocketReader {
});
}
catch (PacketRejectedException e) {
// Do nothing
Log.debug("Presence rejected: " + packet.toXML(), e);
}
}
......@@ -132,7 +132,7 @@ public class ServerSocketReader extends SocketReader {
});
}
catch (PacketRejectedException e) {
// Do nothing
Log.debug("Message rejected: " + packet.toXML(), 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