- Timestamp:
- Jun 26, 2017 12:51:19 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r67574 r67607 1628 1628 } 1629 1629 else /* Nothing captured -- bail out. */ 1630 {1631 #ifdef VBOX_STRICT1632 AssertMsgFailed(("[%s] Captured anything, even if announced readable data (%RU32 captured samples so far) -- backend buggy?\n",1633 pHstStream->szName, csCapturedTotal));1634 #endif1635 1630 break; 1636 }1637 1631 1638 1632 if (RT_FAILURE(rc)) … … 1717 1711 } 1718 1712 else /* Nothing captured -- bail out. */ 1719 {1720 #ifdef VBOX_STRICT1721 AssertMsgFailed(("[%s] Captured anything, even if announced readable data (%RU32 captured samples so far) -- backend buggy?\n",1722 pHstStream->szName, csCapturedTotal));1723 #endif1724 1713 break; 1725 }1726 1714 1727 1715 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.