VirtualBox

Changeset 80687 in vbox


Ignore:
Timestamp:
Sep 10, 2019 7:54:49 AM (5 years ago)
Author:
vboxsync
Message:

Audio/Mixer: Logging.

File:
1 edited

Legend:

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

    r80608 r80687  
    15091509    LogFunc(("[%s] Recording source is now '%s', rc=%Rrc\n",
    15101510             pSink->pszName, pSink->In.pStreamRecSource ? pSink->In.pStreamRecSource->pszName : "<None>", rc));
     1511
     1512    if (RT_SUCCESS(rc))
     1513    {
     1514        LogRel(("Mixer: Setting recording source of sink '%s' to '%s'\n",
     1515                pSink->pszName, pSink->In.pStreamRecSource ? pSink->In.pStreamRecSource->pszName : "<None>"));
     1516    }
     1517    else
     1518        LogRel(("Mixer: Setting recording source of sink '%s' to '%s' failed with %Rrc\n",
     1519                pSink->pszName, pSink->In.pStreamRecSource ? pSink->In.pStreamRecSource->pszName : "<None>", rc));
    15111520
    15121521    return rc;
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