Skip to content

Commit 141013b

Browse files
authored
Merge pull request #1758 from lishaokai1995/main
🌱 Fix log message typo
2 parents fc7ba6e + aa1e000 commit 141013b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/openstackmachine_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ func (r *OpenStackMachineReconciler) reconcileNormal(ctx context.Context, scope
299299
}
300300

301301
if !cluster.Status.InfrastructureReady {
302-
scope.Logger().Info("Cluster infrastructure is not ready yet, requeuing machine")
302+
scope.Logger().Info("Cluster infrastructure is not ready yet, re-queuing machine")
303303
conditions.MarkFalse(openStackMachine, infrav1.InstanceReadyCondition, infrav1.WaitingForClusterInfrastructureReason, clusterv1.ConditionSeverityInfo, "")
304304
return ctrl.Result{RequeueAfter: waitForClusterInfrastructureReadyDuration}, nil
305305
}

0 commit comments

Comments
 (0)