mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-30 19:56:10 +00:00
Reduced logging
This commit is contained in:
parent
417f2eadc6
commit
f939072fca
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue