Changeset 92058 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Oct 26, 2021 7:05:55 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp
r92057 r92058 666 666 if ( g_uVerbosity >= 3 667 667 && ( !nsLastMsgCantWrite 668 || (nsNow - nsLastMsgCantWrite) > RT_NS_10SEC) /* Don't spam the output too much. */668 || (nsNow - nsLastMsgCantWrite) > RT_NS_10SEC)) /* Don't spam the output too much. */ 669 669 { 670 670 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Waiting %RU32ms for stream to be writable again (last write %RU64ns ago) ...\n",
Note:
See TracChangeset
for help on using the changeset viewer.