diff --git a/cluster-autoscaler/cloudprovider/aws/auto_scaling_groups.go b/cluster-autoscaler/cloudprovider/aws/auto_scaling_groups.go index 77e7b0b57950..6c34b7c726dc 100644 --- a/cluster-autoscaler/cloudprovider/aws/auto_scaling_groups.go +++ b/cluster-autoscaler/cloudprovider/aws/auto_scaling_groups.go @@ -312,7 +312,7 @@ func (m *asgCache) DeleteInstances(instances []*AwsInstanceRef) error { // Check if there are any placeholder instances in the list. if placeHolderInstancesCount > 0 { // Log the check for placeholders in the ASG. - klog.V(4).Infof("Detected %d placeholder instance(s), checking recent scaling activity for ASG %s", + klog.V(4).Infof("Detected %d placeholder instance(s) in ASG %s", placeHolderInstancesCount, commonAsg.Name) asgNames := []string{commonAsg.Name}