Skip to content

Commit ec9421d

Browse files
committed
small fix
1 parent a84ab7c commit ec9421d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Access/ExternalAuthenticators.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ bool ExternalAuthenticators::checkAccessTokenCredentials(const TokenCredentials
717717
{
718718
cache_entry.expires_at = default_expiration_ts;
719719
}
720-
LOG_TRACE(getLogger("AccessTokenAuthentication"), "Cache entry for user {} added", cached_entry_iter->second.user_name);
720+
LOG_TRACE(getLogger("AccessTokenAuthentication"), "Cache entry for user {} added", cache_entry.user_name);
721721

722722
access_token_cache[credentials.getToken()] = cache_entry;
723723
LOG_DEBUG(getLogger("AccessTokenAuthentication"), "Authenticated user {} with access token by {}", credentials.getUserName(), it.first);

0 commit comments

Comments
 (0)