Skip to content

Commit 06f4ee4

Browse files
committed
Debugging
1 parent 4852490 commit 06f4ee4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/azuremachine_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ func (amr *AzureMachineReconciler) reconcileDelete(ctx context.Context, machineS
387387
if reconcileError.IsTransient() {
388388
if azure.IsOperationNotDoneError(reconcileError) {
389389
log.V(2).Info(fmt.Sprintf("AzureMachine delete not done: %s", reconcileError.Error()))
390+
log.V(2).Info(fmt.Sprintf("AzureMachine being deleted: %v", ams))
390391
} else {
391392
log.V(2).Info("transient failure to delete AzureMachine, retrying")
392393
}

0 commit comments

Comments
 (0)