Commit 31d37d06 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added more error information.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3355 b35dd754-fafc-0310-a699-88a17e54d16e
parent ce4f17fa
......@@ -131,7 +131,8 @@ public class PresenceUpdateHandler extends BasicModule implements ChannelHandler
}
catch (Exception e) {
Log.error(LocaleUtils.getLocalizedString("admin.error"), e);
Log.error(LocaleUtils.getLocalizedString("admin.error") + ". Triggered by packet: " +
xmppPacket, 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