You need to sign in or sign up before continuing.
Unverified Commit cab817b4 authored by Tristan107's avatar Tristan107 Committed by GitHub

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

So the full stack trace can be displayed. I also fixed the typo (Unkown -> Unknown).
parent e144967e
......@@ -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