- Timestamp:
- Sep 26, 2017 8:25:28 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r68771 r68867 2685 2685 fEnable ? PDMAUDIOSTREAMCMD_ENABLE : PDMAUDIOSTREAMCMD_DISABLE); 2686 2686 if (RT_FAILURE(rc2)) 2687 LogRel2(("Audio: Failed to %s %s stream , rc=%Rrc\n",2688 fEnable ? "enable" : "disable", enmDir == PDMAUDIODIR_IN ? "input" : "output", rc2));2687 LogRel2(("Audio: Failed to %s %s stream '%s', rc=%Rrc\n", 2688 fEnable ? "enable" : "disable", enmDir == PDMAUDIODIR_IN ? "input" : "output", pStream->szName, rc2)); 2689 2689 2690 2690 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.