Small fix

This commit is contained in:
M66B 2023-08-11 08:40:02 +02:00
parent 3dbb121353
commit e6104e0bf3
1 changed files with 1 additions and 1 deletions

View File

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