VirtualBox

Changeset 88763 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 29, 2021 1:23:22 AM (4 years ago)
Author:
vboxsync
Message:

DrvAudio: Logging build fix. bugref:9890

File:
1 edited

Legend:

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

    r88762 r88763  
    35563556static void drvAudioStreamMarkNeedReInit(PDRVAUDIOSTREAM pStreamEx, const char *pszCaller)
    35573557{
    3558     LogFlow((LOG_FN_FMT ": Flagging %s for re-init.\n", pStreamEx->Core.szName)); RT_NOREF(pszCaller);
     3558    LogFlow((LOG_FN_FMT ": Flagging %s for re-init.\n", pszCaller, pStreamEx->Core.szName)); RT_NOREF(pszCaller);
    35593559    pStreamEx->Core.fStatus |= PDMAUDIOSTREAM_STS_NEED_REINIT;
    35603560    PDMAUDIOSTREAM_STS_ASSERT_VALID(pStreamEx->Core.fStatus);
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