Skip to content

Commit e41bb32

Browse files
authored
Merge pull request kubernetes#87449 from SataQiu/fix-kube-proxy-20200122
kube-proxy: fix incorrect log information
2 parents 53a394e + c4f7308 commit e41bb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/proxy/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ func (c *EndpointSliceConfig) handleAddEndpointSlice(obj interface{}) {
240240
return
241241
}
242242
for _, h := range c.eventHandlers {
243-
klog.V(4).Infof("Calling handler.OnEndpointSliceUpdate %+v", endpointSlice)
243+
klog.V(4).Infof("Calling handler.OnEndpointSliceAdd %+v", endpointSlice)
244244
h.OnEndpointSliceAdd(endpointSlice)
245245
}
246246
}

0 commit comments

Comments
 (0)