Skip to content

Commit b5f49a2

Browse files
author
nn052161
committed
Commiting to check access
1 parent 573f656 commit b5f49a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/endpoint_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ func getPnPDeviceID(instanceID string, plc platform.ExecClient) (string, error)
658658
logger.Error("Failed to get PnP device ID", zap.Error(err))
659659
return "", fmt.Errorf("Failed to get PnP device ID due to error:%w", err)
660660
}
661-
661+
logger.Info("Test commit")
662662
logger.Info("Get PnP device ID succeeded", zap.String("new device pciID", pnpDeviceID))
663663
return pnpDeviceID, nil
664664
}

0 commit comments

Comments
 (0)