From cd267727b757e418aad1ce7f7a5522a2b6d68acb Mon Sep 17 00:00:00 2001
From: joe <joe@schiavone.org>
Date: Tue, 26 Mar 2024 06:08:07 -0400
Subject: [PATCH] Ensure truststore message setting is correct

---
 .../src/org/eclipse/core/pki/auth/PKISetup.java                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 2ab487de03f..83ecad80aba 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
@@ -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$
 					}
 
 				}