Skip to content

Commit 64ab233

Browse files
Quinton Hoolejessfraz
Quinton Hoole
authored andcommitted
Add missing argument to log message in federated ingress controller.
1 parent f240e42 commit 64ab233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

federation/pkg/federation-controller/ingress/ingress_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ func (ic *IngressController) reconcileIngress(ingress types.NamespacedName) {
666666
ClusterName: cluster.Name,
667667
})
668668
} else {
669-
glog.V(4).Infof("No annotation %q exists on ingress %q in federation, and index of cluster %q is %d and not zero. Not queueing create operation for ingress %q until annotation exists", staticIPNameKeyWritable, ingress, cluster.Name, clusterIndex)
669+
glog.V(4).Infof("No annotation %q exists on ingress %q in federation, and index of cluster %q is %d and not zero. Not queueing create operation for ingress %q until annotation exists", staticIPNameKeyWritable, ingress, cluster.Name, clusterIndex, ingress)
670670
}
671671
} else {
672672
clusterIngress := clusterIngressObj.(*extensions_v1beta1.Ingress)

0 commit comments

Comments
 (0)