Reduced logging

pull/209/head
M66B 2 years ago
parent 009b440e9f
commit 5a1b61cdf2

@ -211,7 +211,7 @@ public class ServiceAuthenticator extends Authenticator {
if (holder.error != null)
throw holder.error;
} catch (Exception ex) {
throw new MessagingException("OAuth refresh id=" + id + ":" + user, ex);
throw new MessagingException("OAuth refresh id=" + id, ex);
}
}

Loading…
Cancel
Save