mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-31 20:25:38 +00:00
Updated log level
This commit is contained in:
parent
6d9b75a820
commit
b9f3391430
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue