requesting.go | 2 +- diff --git a/requesting.go b/requesting.go index ed20ba80dda80b30fd8aa2d1d5b583a0b9b48ef3..1da229007f55c9c2d27dc6aaf9f8d035fc9547f9 100644 --- a/requesting.go +++ b/requesting.go @@ -273,7 +273,7 @@ return false } if maxRequests(current.Requests.GetCardinality()) >= p.nominalMaxRequests() { log.Printf("not assigning all requests [desired=%v, cancelled=%v, max=%v]", - current.Requests.GetCardinality(), + next.Requests.GetCardinality(), p.cancelledRequests.GetCardinality(), p.nominalMaxRequests(), )