Update TbLwM2MDtlsBootstrapCertificateVerifier.java

This commit is contained in:
Andrew Shvayka 2022-01-20 12:03:14 +02:00 committed by GitHub
parent 3916457367
commit 93f647b7a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ public class TbLwM2MDtlsBootstrapCertificateVerifier implements NewAdvancedCerti
staticCertificateVerifier = new StaticCertificateVerifier(trustedCertificates); staticCertificateVerifier = new StaticCertificateVerifier(trustedCertificates);
} }
} catch (Exception e) { } catch (Exception e) {
log.info("Failed to initialize the "); log.info("Failed to initialize the certificate verifier", e);
} }
} }