Skip to content

Commit

Permalink
removing double logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwdv committed Dec 4, 2024
1 parent 77dc13b commit ed53117
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7807,8 +7807,6 @@ public boolean isFIPS140_3EnabledAndSupported(JavaInfo serverJavaInfo) throws IO
boolean isIBMJVM8 = (serverJavaInfo.majorVersion() == 8) && (serverJavaInfo.VENDOR == Vendor.IBM);
boolean isIBMJVM17 = (serverJavaInfo.majorVersion() == 17) && (serverJavaInfo.VENDOR == Vendor.IBM);
if (GLOBAL_FIPS_140_3) {
Log.info(c, methodName, "Liberty server is running JDK version: " + serverJavaInfo.majorVersion()
+ " and vendor: " + serverJavaInfo.VENDOR);
if (isIBMJVM8) {
Log.info(c, methodName, "global build properties FIPS_140_3 is set for server " + getServerName() +
" and IBM java 8 is available to run with FIPS 140-3 enabled.");
Expand Down

0 comments on commit ed53117

Please sign in to comment.