Reduced logging

This commit is contained in:
M66B 2020-03-10 12:30:02 +01:00
parent 6ccb1e708f
commit f92c27e637
1 changed files with 1 additions and 1 deletions

View File

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