Improved logging

This commit is contained in:
M66B 2022-03-23 08:27:53 +01:00
parent 65ce1e2e8f
commit 7581bd22e6
1 changed files with 1 additions and 0 deletions

View File

@ -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);