Skip to content

Commit

Permalink
Nit: Fix the format verb (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
ialidzhikov authored Jul 19, 2023
1 parent 393e9f5 commit dbbaa45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/deployment_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ func SetReplicasAnnotations(is *v1alpha1.MachineSet, desiredReplicas, maxReplica
updated = true
}

klog.V(4).Infof("(SetReplicasAnnotations) ms.Name: %s desired: %s , max: %s , updated: %d", is.Name, desiredString, maxString, updated)
klog.V(4).Infof("(SetReplicasAnnotations) ms.Name: %s desired: %s , max: %s , updated: %t", is.Name, desiredString, maxString, updated)
return updated
}

Expand Down

0 comments on commit dbbaa45

Please sign in to comment.