Reduced logging

pull/175/head
M66B 5 years ago
parent 6ccb1e708f
commit f92c27e637

@ -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