mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
Reduced logging
This commit is contained in:
parent
f463d9fef1
commit
f8975460b6
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue