Skip to content

Commit

Permalink
agent/core: Fix "but but" in warning message (#1017)
Browse files Browse the repository at this point in the history
Noticed while reviewing a new test in #983 that triggers this warning.
  • Loading branch information
sharnoff authored Jul 22, 2024
1 parent 5a5fd62 commit eed32d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/core/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ func (s *state) calculatePluginAction(
}, nil
} else {
if wantToRequestNewResources && waitingOnRetryBackoff {
logFailureReason("but previous request for more resources was denied too recently")
logFailureReason("previous request for more resources was denied too recently")
}
waitTime := timeUntilNextRequestTick
if waitingOnRetryBackoff {
Expand Down

0 comments on commit eed32d4

Please sign in to comment.