1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-25 01:06:04 +00:00

Improved logging

This commit is contained in:
M66B 2020-10-26 12:05:20 +01:00
parent 5368501c95
commit d22d4553d7

View file

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