Skip to content

Commit

Permalink
fix typo in cache log
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMHD committed Feb 24, 2024
1 parent 3870b41 commit 7103c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/auth/authenticator_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func (a *Authenticator) buildNewAccessTokensCache(
}
}

a.logger.Info("webservice access cache built successfully", "len", len(newAccessTokensCache))
a.logger.Info("access token cache built successfully", "len", len(newAccessTokensCache))
return &newAccessTokensCache
}

Expand Down

0 comments on commit 7103c8d

Please sign in to comment.