Changeset 61322 in vbox for trunk/src/VBox/Devices/Audio/DevSB16.cpp
- Timestamp:
- May 31, 2016 9:02:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevSB16.cpp
r61320 r61322 1793 1793 rc2 = pDrv->pConnector->pfnStreamPlay(pDrv->pConnector, pStream, NULL /* cPlayed */); 1794 1794 if (RT_FAILURE(rc2)) 1795 LogFlowFunc(("%s: Failed playing stream '%s':%Rrc\n", pStream->szName, rc2));1795 LogFlowFunc(("%s: Failed playing stream, rc=%Rrc\n", pStream->szName, rc2)); 1796 1796 } 1797 1797 }
Note:
See TracChangeset
for help on using the changeset viewer.