VirtualBox

Changeset 91080 in vbox


Ignore:
Timestamp:
Sep 2, 2021 6:20:27 AM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Logging tweaks. ​bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/AudioTestServiceTcp.cpp

    r91034 r91080  
    466466static DECLCALLBACK(void) atsTcpNotifyBye(PATSTRANSPORTINST pThis, PATSTRANSPORTCLIENT pClient)
    467467{
    468     LogRelFunc(("%RTsock\n", pClient->hTcpClient));
     468    LogRelFlowFunc(("pClient=%RTsock\n", pClient->hTcpClient));
    469469    atsTcpDisconnectClient(pThis, pClient);
    470470}
     
    475475static DECLCALLBACK(void) atsTcpNotifyHowdy(PATSTRANSPORTINST pThis, PATSTRANSPORTCLIENT pClient)
    476476{
    477     LogRelFunc(("%RTsock\n", pClient->hTcpClient));
     477    LogRelFlowFunc(("pClient=%RTsock\n", pClient->hTcpClient));
    478478
    479479    /* nothing to do here */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette