Reduced logging

This commit is contained in:
M66B 2022-01-30 13:13:19 +01:00
parent 417f2eadc6
commit f939072fca
1 changed files with 1 additions and 1 deletions

View File

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