Skip to content

Commit

Permalink
Updating log while deleting LT
Browse files Browse the repository at this point in the history
  • Loading branch information
jigisha620 committed Jan 23, 2024
1 parent 8b667f2 commit 2557965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/providers/launchtemplate/launchtemplate.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,6 @@ func (p *Provider) DeleteLaunchTemplates(ctx context.Context, nodeClass *v1beta1
if deleteErr != nil {
return fmt.Errorf("deleting launch templates, %w", deleteErr)
}
logging.FromContext(ctx).With("launchTemplates", utils.PrettySlice(aws.StringValueSlice(ltNames), 5)).Debugf("deleted %v launch templates", len(ltNames))
logging.FromContext(ctx).With("launchTemplates", utils.PrettySlice(aws.StringValueSlice(ltNames), 5)).Debugf("deleted launch templates")
return nil
}

0 comments on commit 2557965

Please sign in to comment.