From 35a1abfbb0203449dc91b566283f674112ee6868 Mon Sep 17 00:00:00 2001 From: Sergey Lanzman Date: Tue, 3 Apr 2018 02:16:06 +0300 Subject: [PATCH] Update controller.go (#2285) --- internal/ingress/controller/controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ingress/controller/controller.go b/internal/ingress/controller/controller.go index 0e3d1d24a..5f1f5a98c 100644 --- a/internal/ingress/controller/controller.go +++ b/internal/ingress/controller/controller.go @@ -1090,7 +1090,7 @@ func (n *NGINXController) getEndpoints( // ExternalName services if s.Spec.Type == apiv1.ServiceTypeExternalName { - glog.V(3).Info("Ingress using a service %v of type=ExternalName : %v", s.Name) + glog.V(3).Infof("Ingress using a service %v of type=ExternalName : %v", s.Name) targetPort := servicePort.TargetPort.IntValue() // check for invalid port value