Reduced logging

pull/201/head
M66B 3 years ago
parent f463d9fef1
commit f8975460b6

@ -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…
Cancel
Save