Skip to content

Commit

Permalink
fix: #2790 (#3378)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceJJones authored Jan 14, 2025
1 parent 5df5684 commit cc1196c
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)
continue
}

Expand Down

0 comments on commit cc1196c

Please sign in to comment.