Commit 2d04c174 authored by Axel Brand's avatar Axel Brand Committed by daeva

more debug information output

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13502 b35dd754-fafc-0310-a699-88a17e54d16e
parent 86e9716f
......@@ -64,8 +64,8 @@ public class RemoteRosterInterceptor implements PacketInterceptor {
throws PacketRejectedException {
if (!processed && incoming) {
if (packet instanceof IQ) {
Log.debug("Incoming unprocessed package i might be interested in. Package: \n" + packet.toString()
+ "\n");
Log.debug("Incoming unprocessed package i might be interested in. I'm " + this.hashCode()+ " for subdomain "
+ this._mySubdomain + ". Package: \n" + packet.toString() + "\n");
IQ myPacket = (IQ) packet;
if (myPacket.getFrom() == null || myPacket.getTo() == null) {
/*
......
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