mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Improved logging
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user