Skip to content

Commit

Permalink
fixing log comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisinha0506 committed Jun 26, 2024
1 parent f9c05fb commit 3c5a97d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3c5a97d

Please sign in to comment.