mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Reduced logging
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user