Skip to content

Commit aa1e000

Browse files
committed
Fixed log syntax errors
Signed-off-by: lishaokai1995 <[email protected]>
1 parent fc7ba6e commit aa1e000

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)