Commit 2782c8fb authored by Tristan107's avatar Tristan107 Committed by akrherz

", e" added like for the other "Log.warn"

So the full stack trace can be displayed. I also fixed the typo (Unkown -> Unknown).
parent ea26e098
......@@ -213,7 +213,7 @@ public class TrustStore extends CertificateStore
}
catch ( Exception e )
{
Log.warn( "Unkown exception while validating certificate chain:" + e.getMessage() );
Log.warn( "Unknown exception while validating certificate chain:", e );
}
return 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