VirtualBox

Changeset 80500 in vbox


Ignore:
Timestamp:
Aug 29, 2019 3:26:27 PM (5 years ago)
Author:
vboxsync
Message:

Audio/DrvHostDSound.cpp: Logging nits.

File:
1 edited

Legend:

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

    r77031 r80500  
    12251225    uint32_t cbFree = (uint32_t)RTCircBufFree(pCircBuf);
    12261226    if (   !cbFree
    1227         || pStreamDS->In.cOverruns < 32) /** @todo Make this configurable. */
    1228     {
    1229         DSLOG(("DSound: Warning: Capture buffer full, skipping to record data (%RU32 bytes)\n", cbUsed));
     1227        && pStreamDS->In.cOverruns < 32) /** @todo Make this configurable. */
     1228    {
     1229        DSLOG(("DSound: Warning: Ring buffer full, skipping to record data (overflow #%RU32)\n", pStreamDS->In.cOverruns));
     1230        DSLOG(("DSound: DSound capture buffer currently uses %RU32/%RU32 bytes\n", cbUsed, pStreamDS->cbBufSize));
    12301231        pStreamDS->In.cOverruns++;
    12311232    }
     
    27492750    PDM_DRVREG_VERSION
    27502751};
    2751 
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