Skip to content

Commit

Permalink
satellite/metainfo: fix mismatched log label
Browse files Browse the repository at this point in the history
Change-Id: Iceac11eb528ff6c41d994a26dae715cbd16d96a2
  • Loading branch information
pwilloughby committed Dec 22, 2023
1 parent 5acbdb0 commit f15ba69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satellite/metainfo/validation.go
Expand Up @@ -235,7 +235,7 @@ func (endpoint *Endpoint) checkRate(ctx context.Context, projectID uuid.UUID) (e

if !limiter.Allow() {
endpoint.log.Warn("too many requests for project",
zap.Stringer("projectID", projectID),
zap.Stringer("Project ID", projectID),
zap.Float64("rate limit", float64(limiter.Limit())),
zap.Float64("burst limit", float64(limiter.Burst())))

Expand Down

0 comments on commit f15ba69

Please sign in to comment.