mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Reduced logging
This commit is contained in:
parent
724e728422
commit
650381b96f
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ public class ServiceAuthenticator extends Authenticator {
|
|||
} catch (Throwable ex) {
|
||||
if (ex.getCause() instanceof InterruptedException)
|
||||
Log.i(ex);
|
||||
else if (ex.getMessage() != null && ex.getMessage().startsWith("OAuth refresh"))
|
||||
Log.w(ex);
|
||||
else
|
||||
Log.e(ex);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue