1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-23 08:14:45 +00:00

Reduced logging

This commit is contained in:
M66B 2022-08-12 18:30:32 +02:00
parent 009b440e9f
commit 5a1b61cdf2

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