Reduced logging

This commit is contained in:
M66B 2020-03-05 11:46:26 +01:00
parent 2966ebe6d8
commit 4f195142d8
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");
}