VirtualBox

Changeset 88852 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
May 3, 2021 11:59:01 PM (4 years ago)
Author:
vboxsync
Message:

DrvAudio: Logging fix. bugref:9890

File:
1 edited

Legend:

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

    r88851 r88852  
    19851985        if (RT_SUCCESS(rc))
    19861986        {
    1987             LogFunc(("[%s] Acquired host format:\n", pStreamEx->Core.szName,
    1988                      PDMAudioStrmCfgToString(&CfgHostAcq, szTmp, sizeof(szTmp)) ));
     1987            LogFunc(("[%s] Acquired host format: %s\n",
     1988                     pStreamEx->Core.szName, PDMAudioStrmCfgToString(&CfgHostAcq, szTmp, sizeof(szTmp)) ));
    19891989            if (true) /** @todo Validate (re-)acquired configuration with pStreamEx->Core.Host.Cfg? */
    19901990            {
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