Skip to content

Commit

Permalink
Update controller.go (#2285)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeylanzman authored and aledbf committed Apr 2, 2018
1 parent e7aa74b commit 83974c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingress/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83974c3

Please sign in to comment.