Skip to content

Commit

Permalink
Ensure truststore message setting is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaJoeS committed Mar 26, 2024
1 parent bb39f1e commit cd26772
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public void Startup() {
LogUtil.logError("Initialization Error", e); //$NON-NLS-1$
}
} else {
LogUtil.logError("Valid KeyStore and Truststore not found.", null); //$NON-NLS-1$
LogUtil.logInfo("Valid KeyStore and Truststore not found."); //$NON-NLS-1$
}

}
Expand Down

0 comments on commit cd26772

Please sign in to comment.