1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 09:47:13 +00:00

Reduced logging

This commit is contained in:
M66B 2021-08-03 08:08:38 +02:00
parent f463d9fef1
commit f8975460b6

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);