Revert "Reduced logging"

This reverts commit 4f195142d8.
pull/175/head
M66B 5 years ago
parent 4f195142d8
commit c73d983254

@ -106,7 +106,7 @@ public class IMAPSaslAuthenticator implements SaslAuthenticator {
pr.handleLoginResult(r); pr.handleLoginResult(r);
pr.setCapabilities(r); pr.setCapabilities(r);
} catch (ProtocolException ex) { } catch (ProtocolException ex) {
Log.i(ex); Log.w(ex);
throw new UnsupportedOperationException("SASL not authenticated"); throw new UnsupportedOperationException("SASL not authenticated");
} }

Loading…
Cancel
Save