Skip to content

Commit

Permalink
trivial: general.InfoV needs %%%% to escape % char
Browse files Browse the repository at this point in the history
  • Loading branch information
h-w-chen committed Sep 25, 2024
1 parent c4b473d commit 46aafd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (l loadEvictor) Evict(ctx context.Context, targetPercent int) {
return
}

general.InfofV(6, "pap: evict: %d pods, %d BE; going to evict BE up to %d%% pods = %d",
general.InfofV(6, "pap: evict: %d pods, %d BE; going to evict BE up to %d%%%% pods = %d",
len(pods), len(bePods), targetPercent, countToEvict)

// discard pending requests not handled yet; we will provide a new sleet of evict requests anyway
Expand Down

0 comments on commit 46aafd2

Please sign in to comment.