Skip to content

Commit 53d0575

Browse files
committed
added logging
1 parent 424df6a commit 53d0575

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

npm/pkg/dataplane/dataplane_windows.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ func (dp *DataPlane) initializeDataPlane() error {
5555

5656
// if npm lite is enabled and running on l1vh node, filter out any endpoints that are not in "Attached" State
5757
if dp.EnableNPMLite && dp.IsL1VHNode {
58+
klog.Info("NPM lite is running on L1VH Node")
5859
filterMap = map[string]uint16{"State": hcnEndpointStateAttached}
5960
}
6061

0 commit comments

Comments
 (0)