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 e4929db
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8064,9 +8064,6 @@ public void configureLTPAKeys() throws IOException, InterruptedException {
public Map<String, String> getFipsJvmOptions(JavaInfo info, boolean includeGlobalArgs) throws IOException {
Map<String, String> opts = new HashMap<>();
if (isFIPS140_3EnabledAndSupported(info)) {
Log.info(c, "getFipsJvmOptions",
"Liberty server is running JDK version: " + info.majorVersion() + " and vendor: " + info.VENDOR);

if (info.majorVersion() == 17) {
Log.info(c, "getFipsJvmOptions",
"FIPS 140-3 global build properties is set for server " + getServerName()
Expand Down

0 comments on commit e4929db

Please sign in to comment.