Skip to content

Commit fc3cb07

Browse files
committed
chore(log): capitalising debug message
Signed-off-by: Dario Tranchitella <[email protected]>
1 parent 4ee9c54 commit fc3cb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/awscluster_controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ func (r *AWSClusterReconciler) reconcileLoadBalancer(clusterScope *scope.Cluster
288288
return &retryAfterDuration, nil
289289
}
290290

291-
clusterScope.Debug("looking up IP address for DNS", "dns", awsCluster.Status.Network.APIServerELB.DNSName)
291+
clusterScope.Debug("Looking up IP address for DNS", "dns", awsCluster.Status.Network.APIServerELB.DNSName)
292292
if _, err := net.LookupIP(awsCluster.Status.Network.APIServerELB.DNSName); err != nil {
293293
clusterScope.Error(err, "failed to get IP address for dns name", "dns", awsCluster.Status.Network.APIServerELB.DNSName)
294294
conditions.MarkFalse(awsCluster, infrav1.LoadBalancerReadyCondition, infrav1.WaitForDNSNameResolveReason, clusterv1.ConditionSeverityInfo, "")

0 commit comments

Comments
 (0)