diff --git a/team/bundles/org.eclipse.core.pki/src/org/eclipse/core/pki/auth/PKISetup.java b/team/bundles/org.eclipse.core.pki/src/org/eclipse/core/pki/auth/PKISetup.java index b2488bcbfd3..19c0b785d85 100644 --- a/team/bundles/org.eclipse.core.pki/src/org/eclipse/core/pki/auth/PKISetup.java +++ b/team/bundles/org.eclipse.core.pki/src/org/eclipse/core/pki/auth/PKISetup.java @@ -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); }