diff --git a/pkg/proxy/config/config.go b/pkg/proxy/config/config.go index b8e25155d56..2f073e8f06e 100644 --- a/pkg/proxy/config/config.go +++ b/pkg/proxy/config/config.go @@ -240,7 +240,7 @@ func (c *EndpointSliceConfig) handleAddEndpointSlice(obj interface{}) { return } for _, h := range c.eventHandlers { - klog.V(4).Infof("Calling handler.OnEndpointSliceUpdate %+v", endpointSlice) + klog.V(4).Infof("Calling handler.OnEndpointSliceAdd %+v", endpointSlice) h.OnEndpointSliceAdd(endpointSlice) } }