mirror of https://github.com/M66B/FairEmail.git
Improved logging
This commit is contained in:
parent
65ce1e2e8f
commit
7581bd22e6
|
@ -348,6 +348,7 @@ public class Bimi {
|
|||
if (!TextUtils.isEmpty(pct) && !"100".equals(pct))
|
||||
throw new IllegalArgumentException("DMARC invalid pct=" + p);
|
||||
|
||||
Log.i("BIMI verified");
|
||||
verified = true;
|
||||
} catch (MalformedURLException ex) {
|
||||
Log.i(ex);
|
||||
|
|
Loading…
Reference in New Issue