Reduced logging

pull/175/head
M66B 5 years ago
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…
Cancel
Save