We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65714fb commit 7b2e422Copy full SHA for 7b2e422
npm/pkg/dataplane/dataplane_windows.go
@@ -348,7 +348,7 @@ func (dp *DataPlane) getEndpointsToApplyPolicies(netPols []*policies.NPMNetworkP
348
349
func (dp *DataPlane) getLocalPodEndpoints() ([]*hcn.HostComputeEndpoint, error) {
350
klog.Info("getting local endpoints")
351
- klog.Info("npm lite is enabled: %+v", dp.EnableNPMLite) // Will remove after debugging
+ klog.Infof("npm lite is enabled: %+v", dp.EnableNPMLite) // Will remove after debugging
352
timer := metrics.StartNewTimer()
353
endpoints, err := dp.ioShim.Hns.ListEndpointsQuery(dp.endpointQuery.query)
354
klog.Infof("There are %+v endpoints with state: attached sharing", len(endpoints)) // Will remove after debugging
0 commit comments