mirror of https://github.com/M66B/FairEmail.git
Reduced logging
This commit is contained in:
parent
2966ebe6d8
commit
4f195142d8
|
@ -106,7 +106,7 @@ public class IMAPSaslAuthenticator implements SaslAuthenticator {
|
|||
pr.handleLoginResult(r);
|
||||
pr.setCapabilities(r);
|
||||
} catch (ProtocolException ex) {
|
||||
Log.w(ex);
|
||||
Log.i(ex);
|
||||
throw new UnsupportedOperationException("SASL not authenticated");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue