Commit 98b62109 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Safety catch.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3356 b35dd754-fafc-0310-a699-88a17e54d16e
parent 31d37d06
...@@ -182,6 +182,9 @@ public class OutgoingSessionPromise implements RoutableChannelHandler { ...@@ -182,6 +182,9 @@ public class OutgoingSessionPromise implements RoutableChannelHandler {
} }
catch (UnauthorizedException e) { catch (UnauthorizedException e) {
} }
catch (Exception e) {
Log.warn("Error returning error to sender. Original packet: " + packet, 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