Commit 2fef3a89 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Added logging of exceptions if an error occurs while processing an IQ packet.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@100 b35dd754-fafc-0310-a699-88a17e54d16e
parent 567e9646
......@@ -76,7 +76,7 @@ public abstract class IQHandler extends BasicModule implements ChannelHandler {
}
}
catch (Exception e) {
// TODO: take action
Log.error(LocaleUtils.getLocalizedString("admin.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