Unverified Commit 8b249896 authored by Dave Cridland's avatar Dave Cridland Committed by GitHub

Merge pull request #1002 from Tristan107/patch-1

", e" added like for the other "Log.warn"
parents 8030b895 cab817b4
......@@ -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