Reduced logging

This commit is contained in:
M66B
2024-01-13 17:48:28 +01:00
parent 7dbcd014a9
commit e7420f8532

View File

@@ -831,7 +831,8 @@ public class ContactInfo {
Log.i("Using favicon=" + url);
return f;
} catch (Throwable ex) {
if (ex.getCause() instanceof FileNotFoundException ||
if (ex instanceof FileNotFoundException ||
ex.getCause() instanceof FileNotFoundException ||
ex.getCause() instanceof CertPathValidatorException)
Log.i(ex);
else