pull/213/head
M66B 2 years ago
parent 3dbb121353
commit e6104e0bf3

@ -173,7 +173,7 @@ public class ServiceAuthenticator extends Authenticator {
EntityLog.log(context, EntityLog.Type.General, "Token" +
" provider=" + id + ":" + getAuthTypeName(auth_type) +
" user" + user +
" user=" + user +
" expiration=" + (expiration == null ? null : new Date(expiration)) +
" need=" + needsRefresh + "/" + authState.getNeedsTokenRefresh() +
" force=" + forceRefresh);

Loading…
Cancel
Save