Reduced logging

This commit is contained in:
M66B 2022-08-12 18:30:32 +02:00
parent 009b440e9f
commit 5a1b61cdf2
1 changed files with 1 additions and 1 deletions

View File

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