mirror of https://github.com/M66B/FairEmail.git
Reduced logging
This commit is contained in:
parent
a66c605e33
commit
b3e48e417c
|
@ -37,6 +37,7 @@ import java.io.ByteArrayInputStream;
|
|||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.io.InputStreamReader;
|
||||
import java.net.MalformedURLException;
|
||||
import java.net.URL;
|
||||
import java.security.KeyStore;
|
||||
import java.security.cert.CertPathBuilder;
|
||||
|
@ -297,6 +298,8 @@ public class Bimi {
|
|||
|
||||
Log.i("BIMI valid domain=" + domain);
|
||||
verified = true;
|
||||
} catch (MalformedURLException ex) {
|
||||
Log.i(ex);
|
||||
} catch (Throwable ex) {
|
||||
Log.w(new Throwable("BIMI " + domain, ex));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue