mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-24 16:53:37 +00:00
Improved logging
This commit is contained in:
parent
5368501c95
commit
d22d4553d7
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ public class ServiceAuthenticator extends Authenticator {
|
|||
Log.e(ex);
|
||||
}
|
||||
|
||||
Log.i(user + " returning password");
|
||||
Log.i(user + " returning " + (auth == AUTH_TYPE_PASSWORD ? "password" : "token"));
|
||||
return new PasswordAuthentication(user, token);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue