mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Updated log level
This commit is contained in:
@@ -606,7 +606,7 @@ public class EmailService implements AutoCloseable {
|
||||
}
|
||||
|
||||
String error = server + " not in certificate: " + TextUtils.join(",", names);
|
||||
Log.e(error);
|
||||
Log.i(error);
|
||||
throw new CertificateException(error);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user