Updated log level

This commit is contained in:
M66B
2020-02-04 09:42:06 +01:00
parent 6d9b75a820
commit b9f3391430

View File

@@ -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);
}
}