Skip to content

Commit

Permalink
Ensure error message is correct, or use info message
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaJoeS committed Mar 26, 2024
1 parent bbca3f4 commit bb39f1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public void Startup() {
System.clearProperty("javax.net.ssl.keyStorePassword"); //$NON-NLS-1$
SecurityFileSnapshot.INSTANCE.restoreProperties();
} else {
LogUtil.logError("A Keystore and Password are detected.", null); //$NON-NLS-1$
LogUtil.logInfo("A Keystore and Password are detected."); //$NON-NLS-1$
keyStore = keystoreContainer.get();
KeyStoreManager.INSTANCE.setKeyStore(keyStore);
setKeyStoreLoaded(true);
Expand Down

0 comments on commit bb39f1e

Please sign in to comment.