VirtualBox

Changeset 82581 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Dec 13, 2019 4:34:43 PM (5 years ago)
Author:
vboxsync
Message:

Audio mixer: Logging tweaks; no functional changes.

File:
1 edited

Legend:

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

    r82579 r82581  
    799799
    800800    char *pszStatus = dbgAudioMixerSinkStatusToStr(pSink->fStatus);
    801     LogRel2(("Mixer: Set new status of sink '%s' to %s\n", pSink->pszName, pszStatus));
     801    LogRel2(("Audio Mixer: Set new status of sink '%s' to %s\n", pSink->pszName, pszStatus));
    802802    LogFlowFunc(("[%s] enmCmd=%RU32, fStatus=%s, rc=%Rrc\n", pSink->pszName, enmSinkCmd, pszStatus, rc));
    803803    RTStrFree(pszStatus);
     
    15261526    if (RT_SUCCESS(rc))
    15271527    {
    1528         LogRel(("Mixer: Setting recording source of sink '%s' to '%s'\n",
     1528        LogRel(("Audio Mixer: Setting recording source of sink '%s' to '%s'\n",
    15291529                pSink->pszName, pSink->In.pStreamRecSource ? pSink->In.pStreamRecSource->pszName : "<None>"));
    15301530    }
    15311531    else if (rc != VERR_AUDIO_STREAM_NOT_READY)
    15321532    {
    1533         LogRel(("Mixer: Setting recording source of sink '%s' to '%s' failed with %Rrc\n",
     1533        LogRel(("Audio Mixer: Setting recording source of sink '%s' to '%s' failed with %Rrc\n",
    15341534                pSink->pszName, pSink->In.pStreamRecSource ? pSink->In.pStreamRecSource->pszName : "<None>", rc));
    15351535    }
     
    15831583                 pSink->pszName, pSink->Volume.fMuted, pSink->Volume.uLeft, pSink->Volume.uRight));
    15841584
    1585     LogRel2(("Mixer: Setting volume of sink '%s' to %RU8/%RU8 (%s)\n",
     1585    LogRel2(("Audio Mixer: Setting volume of sink '%s' to %RU8/%RU8 (%s)\n",
    15861586             pSink->pszName, pVol->uLeft, pVol->uRight, pVol->fMuted ? "Muted" : "Unmuted"));
    15871587
     
    18831883                if (rc == VERR_BUFFER_OVERFLOW)
    18841884                {
    1885                     LogRel2(("Mixer: Buffer overrun for mixer stream '%s' (sink '%s')\n", pMixStream->pszName, pSink->pszName));
     1885                    LogRel2(("Audio Mixer: Buffer overrun for mixer stream '%s' (sink '%s')\n", pMixStream->pszName, pSink->pszName));
    18861886                    break;
    18871887                }
     
    18921892                }
    18931893                else
    1894                     LogRel2(("Mixer: Writing to mixer stream '%s' (sink '%s') failed, rc=%Rrc\n",
     1894                    LogRel2(("Audio Mixer: Writing to mixer stream '%s' (sink '%s') failed, rc=%Rrc\n",
    18951895                             pMixStream->pszName, pSink->pszName, rc));
    18961896
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