Skip to content

Commit

Permalink
Alter message slightly, per review
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-bates committed Oct 6, 2023
1 parent 72ebe77 commit 077f450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/simulator/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func (r *RemovalSimulator) SimulateNodeRemoval(
if err != nil {
klog.Errorf("Can't retrieve node %s from snapshot, err: %v", nodeName, err)
}
klog.V(2).Infof("Simulating node %s for removal", nodeName)
klog.V(2).Infof("Simulating node %s removal", nodeName)

if _, found := destinationMap[nodeName]; !found {
klog.V(2).Infof("nodeInfo for %s not found", nodeName)
Expand Down

0 comments on commit 077f450

Please sign in to comment.