Reduced logging

This commit is contained in:
M66B 2021-08-03 08:08:38 +02:00
parent f463d9fef1
commit f8975460b6
1 changed files with 2 additions and 1 deletions

View File

@ -476,7 +476,8 @@ public class ContactInfo {
Log.i(ex);
else {
if (ex instanceof FileNotFoundException ||
ex instanceof CertPathValidatorException)
ex instanceof CertPathValidatorException ||
ex.getCause() instanceof CertPathValidatorException)
Log.i(ex);
else
Log.e(ex);