Skip to content

Commit

Permalink
Change notation of Error to Info
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaJoeS committed Mar 26, 2024
1 parent b5a2783 commit bbca3f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,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();
setKeyStoreLoaded(true);
}
Expand Down

0 comments on commit bbca3f4

Please sign in to comment.