Commit 61a53eaa authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added extra catch.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3442 b35dd754-fafc-0310-a699-88a17e54d16e
parent 273b456a
......@@ -139,7 +139,9 @@ public class TLSStreamHandler {
}
catch (UnsupportedEncodingException e) {}
catch (IOException e) {}
catch (Exception e) {
Log.error("Error decoding subjectAltName", e);
}
}
// Other types are not good for XMPP so ignore them
if (Log.isDebugEnabled()) {
......
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