Changeset 80687 in vbox
- Timestamp:
- Sep 10, 2019 7:54:49 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixer.cpp
r80608 r80687 1509 1509 LogFunc(("[%s] Recording source is now '%s', rc=%Rrc\n", 1510 1510 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)); 1511 1520 1512 1521 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.