1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-08-13 16:53:51 -04:00

Fix TrustManager log message

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@336 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-02-05 23:45:49 +00:00
parent 0d46a57842
commit 609b092435

View File

@ -62,7 +62,7 @@ public class DavGatewayX509TrustManager implements X509TrustManager {
// if user already accepted a certificate,
if (acceptedCertificateHash != null && acceptedCertificateHash.length() > 0
&& acceptedCertificateHash.equals(certificateHash)) {
DavGatewayTray.debug("Found permanently accepted cerfificate, hash " + acceptedCertificateHash);
DavGatewayTray.debug("Found permanently accepted certificate, hash " + acceptedCertificateHash);
} else {
if (!AcceptCertificateDialog.isCertificateTrusted(x509Certificates[0])) {