diff --git a/src/main/java/foundation/e/cert4android/CustomCertService.kt b/src/main/java/foundation/e/cert4android/CustomCertService.kt index 064cf246d4ed325b7c5a04f90a968973a930bfa2..cec3b7dd27aea2f4bd2c438a6e84f96a03fa81a6 100644 --- a/src/main/java/foundation/e/cert4android/CustomCertService.kt +++ b/src/main/java/foundation/e/cert4android/CustomCertService.kt @@ -88,7 +88,7 @@ class CustomCertService: Service() { try { FileInputStream(keyStoreFile).use { trustedKeyStore.load(it, null) } } catch(e: Exception) { - Constants.log.log(Level.INFO, "No persistent key store (yet), creating in-memory key store. This is not an error!", e) + Constants.log.log(Level.INFO, "No key store for trusted certifcates (yet); creating in-memory key store.") try { trustedKeyStore.load(null, null) } catch(e: Exception) {