Changeset 91080 in vbox
- Timestamp:
- Sep 2, 2021 6:20:27 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTestServiceTcp.cpp
r91034 r91080 466 466 static DECLCALLBACK(void) atsTcpNotifyBye(PATSTRANSPORTINST pThis, PATSTRANSPORTCLIENT pClient) 467 467 { 468 LogRelF unc(("%RTsock\n", pClient->hTcpClient));468 LogRelFlowFunc(("pClient=%RTsock\n", pClient->hTcpClient)); 469 469 atsTcpDisconnectClient(pThis, pClient); 470 470 } … … 475 475 static DECLCALLBACK(void) atsTcpNotifyHowdy(PATSTRANSPORTINST pThis, PATSTRANSPORTCLIENT pClient) 476 476 { 477 LogRelF unc(("%RTsock\n", pClient->hTcpClient));477 LogRelFlowFunc(("pClient=%RTsock\n", pClient->hTcpClient)); 478 478 479 479 /* nothing to do here */
Note:
See TracChangeset
for help on using the changeset viewer.