Commit 9eef5c52 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Log exceptions to debug so that they aren't totally swallowed.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4791 b35dd754-fafc-0310-a699-88a17e54d16e
parent d8a46836
...@@ -81,6 +81,7 @@ ...@@ -81,6 +81,7 @@
return; return;
} }
catch (UnauthorizedException ue) { catch (UnauthorizedException ue) {
Log.debug(ue);
errors = true; errors = true;
} }
} }
......
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