Skip to content

Commit

Permalink
fix: minor unrelated log fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tallaxes committed Jul 16, 2024
1 parent 1d45452 commit 59d9b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/providers/instance/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (p *Provider) List(ctx context.Context) ([]*armcompute.VirtualMachine, erro
}

func (p *Provider) Delete(ctx context.Context, resourceName string) error {
logging.FromContext(ctx).Debugf("Deleting virtual machine %s and associated resources")
logging.FromContext(ctx).Debugf("Deleting virtual machine %s and associated resources", resourceName)
return p.cleanupAzureResources(ctx, resourceName)
}

Expand Down

0 comments on commit 59d9b52

Please sign in to comment.