mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 16:25:30 +00:00
Reduced logging
This commit is contained in:
parent
009b440e9f
commit
5a1b61cdf2
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ public class ServiceAuthenticator extends Authenticator {
|
||||||
if (holder.error != null)
|
if (holder.error != null)
|
||||||
throw holder.error;
|
throw holder.error;
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
throw new MessagingException("OAuth refresh id=" + id + ":" + user, ex);
|
throw new MessagingException("OAuth refresh id=" + id, ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue