Skip to content

Commit

Permalink
BC register logging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-rider committed Aug 26, 2018
1 parent fe2a91d commit 38934c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static void registerSecurityProvider() {
if (securityProvider == null) {
registerSecurityProvider(BC_SECURITY_PROVIDER_CLASS);
if (securityProvider == null) {
log.info("BouncyCastle not registered, using the default JCE provider");
log.debug("BouncyCastle not registered, using the default JCE provider");
}
}
} finally {
Expand Down

0 comments on commit 38934c2

Please sign in to comment.