Skip to content

Commit

Permalink
fix: #2790
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceJJones authored Dec 23, 2024
1 parent 4748720 commit 38940b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crowdsec/pour.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func runPour(input chan types.Event, holders []leaky.BucketFactory, buckets *lea
// here we can bucketify with parsed
poured, err := leaky.PourItemToHolders(parsed, holders, buckets)
if err != nil {
log.Errorf("bucketify failed for: %v", parsed)
log.Errorf("bucketify failed for: %v with %s", parsed, err)

Check warning on line 49 in cmd/crowdsec/pour.go

View check run for this annotation

Codecov / codecov/patch

cmd/crowdsec/pour.go#L49

Added line #L49 was not covered by tests
continue
}

Expand Down

0 comments on commit 38940b4

Please sign in to comment.