Changeset 68267 in vbox
- Timestamp:
- Aug 3, 2017 7:54:06 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r68232 r68267 1193 1193 if (pHstStream->fStatus & PDMAUDIOSTRMSTS_FLAG_PENDING_DISABLE) 1194 1194 { 1195 LogFunc(("[%s] Closing pending stream\n", pHstStream->szName));1195 LogFunc(("[%s] Closing pending input stream\n", pHstStream->szName)); 1196 1196 rc = drvAudioStreamControlInternalBackend(pThis, pHstStream, PDMAUDIOSTREAMCMD_DISABLE); 1197 1197 if (RT_SUCCESS(rc)) … … 1200 1200 } 1201 1201 else 1202 LogFunc(("[%s] Backend vetoed against closing pending output stream, rc=%Rrc\n", pHstStream->szName, rc));1202 LogFunc(("[%s] Backend vetoed against closing pending input stream, rc=%Rrc\n", pHstStream->szName, rc)); 1203 1203 } 1204 1204 } … … 1546 1546 if (pHstStream->fStatus & PDMAUDIOSTRMSTS_FLAG_PENDING_DISABLE) 1547 1547 { 1548 LogFunc(("[%s] Closing pending stream\n", pHstStream->szName));1548 LogFunc(("[%s] All pending data played, closing output stream ...\n", pHstStream->szName)); 1549 1549 rc = drvAudioStreamControlInternalBackend(pThis, pHstStream, PDMAUDIOSTREAMCMD_DISABLE); 1550 1550 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.

