@@ -352,7 +352,7 @@ func (dp *DataPlane) getLocalPodEndpoints() ([]*hcn.HostComputeEndpoint, error)
352352 timer := metrics .StartNewTimer ()
353353 endpoints , err := dp .ioShim .Hns .ListEndpointsQuery (dp .endpointQuery .query )
354354 for _ , endpoint1 := range endpoints {
355- klog .Infof ("ID: %s, Name: %+v" , endpoint1 .Id , endpoint1 .Name )
355+ klog .Infof (" AttachedSharing: ID: %s, Name: %+v" , endpoint1 .Id , endpoint1 .Name )
356356 } // Debugging
357357 klog .Infof ("There are %+v endpoints with state: attached sharing" , len (endpoints )) // Will remove after debugging
358358 metrics .RecordListEndpointsLatency (timer )
@@ -364,7 +364,7 @@ func (dp *DataPlane) getLocalPodEndpoints() ([]*hcn.HostComputeEndpoint, error)
364364 if dp .EnableNPMLite {
365365 timer = metrics .StartNewTimer ()
366366 endpointsAttached , err := dp .ioShim .Hns .ListEndpointsQuery (dp .endpointQueryL1VH .query )
367- klog .Infof ("There are %+v endpoints with state: attached" , len (endpointsAttached )) // Will remove after debugging
367+ klog .Infof ("Attached: There are %+v endpoints with state: attached" , len (endpointsAttached )) // Will remove after debugging
368368 for _ , endpoint := range endpointsAttached {
369369 klog .Infof ("ID: %s, Name: %+v" , endpoint .Id , endpoint .Name )
370370 } // Debugging
0 commit comments