mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Reduced logging
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user