Skip to content

Commit 7b2e422

Browse files
committed
syntax
1 parent 65714fb commit 7b2e422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/pkg/dataplane/dataplane_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ func (dp *DataPlane) getEndpointsToApplyPolicies(netPols []*policies.NPMNetworkP
348348

349349
func (dp *DataPlane) getLocalPodEndpoints() ([]*hcn.HostComputeEndpoint, error) {
350350
klog.Info("getting local endpoints")
351-
klog.Info("npm lite is enabled: %+v", dp.EnableNPMLite) // Will remove after debugging
351+
klog.Infof("npm lite is enabled: %+v", dp.EnableNPMLite) // Will remove after debugging
352352
timer := metrics.StartNewTimer()
353353
endpoints, err := dp.ioShim.Hns.ListEndpointsQuery(dp.endpointQuery.query)
354354
klog.Infof("There are %+v endpoints with state: attached sharing", len(endpoints)) // Will remove after debugging

0 commit comments

Comments
 (0)