Commit 46dcb3c5 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Log stacktrace of exception while initializing. JM-1520

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10958 b35dd754-fafc-0310-a699-88a17e54d16e
parent 96bf88b7
......@@ -107,7 +107,7 @@ public class SSLConfig {
" keyStoreLocation: [" + keyStoreLocation + "]\n" +
" keypass: [" + keypass + "]\n" +
" s2sTrustStoreLocation: [" + s2sTrustStoreLocation + "]\n" +
" s2sTrustpass: [" + s2sTrustpass + "]\n");
" s2sTrustpass: [" + s2sTrustpass + "]\n", e);
keyStore = null;
s2sTrustStore = null;
s2sFactory = null;
......
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