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

Adds logging of exceptions.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@846 b35dd754-fafc-0310-a699-88a17e54d16e
parent 48fb99c9
...@@ -55,8 +55,7 @@ public class MessageRouterImpl extends BasicModule implements MessageRouter { ...@@ -55,8 +55,7 @@ public class MessageRouterImpl extends BasicModule implements MessageRouter {
messageStrategy.storeOffline(packet); messageStrategy.storeOffline(packet);
} }
catch (Exception e1) { catch (Exception e1) {
// user could not be reached. Don't bounce or they can probe for valid addresses by just sending Log.error(e1);
// messages and seeing what bounces.
} }
} }
......
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