Reduced logging

pull/194/merge
M66B 3 years ago
parent 417f2eadc6
commit f939072fca

@ -1006,7 +1006,7 @@ public class EmailService implements AutoCloseable {
if (anchor)
throw new CertificateException(principal.getName(), ex);
else
Log.e(ex);
Log.w(ex);
} else
throw new CertificateException(principal.getName(), ex);
}

Loading…
Cancel
Save