mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Reduced logging
This commit is contained in:
@@ -1005,8 +1005,12 @@ public class EmailService implements AutoCloseable {
|
||||
.equals(ex.getCause().getMessage())) {
|
||||
if (cert_strict)
|
||||
throw new CertificateException(principal.getName(), ex);
|
||||
else
|
||||
Log.w(ex);
|
||||
else {
|
||||
if (BuildConfig.PLAY_STORE_RELEASE)
|
||||
Log.i(ex);
|
||||
else
|
||||
Log.w(ex);
|
||||
}
|
||||
} else
|
||||
throw new CertificateException(principal.getName(), ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user