Commit 997afc80 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Log to debug instead of totally dropping error.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4020 b35dd754-fafc-0310-a699-88a17e54d16e
parent 8f647230
...@@ -549,8 +549,8 @@ public class Roster implements Cacheable { ...@@ -549,8 +549,8 @@ public class Roster implements Cacheable {
session.process(packet); session.process(packet);
} }
catch (Exception e) { catch (Exception e) {
// Ignore any problems with sending - theoretically // Theoretically only happens if session has been closed.
// only happens if session has been closed Log.debug(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