Changeset 7754 in vbox for trunk/src/VBox
- Timestamp:
- Apr 4, 2008 10:03:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r7636 r7754 5285 5285 rc2 = rc; 5286 5286 } 5287 AssertMsg(VBOX_SUCCESS(rc2), ("Some of the async I/O threads are still running!\n")); 5287 AssertMsgRC(rc2, ("Some of the async I/O threads are still running! (%RU64 ms)\n", 5288 RTTimeMilliTS() - u64Start)); 5288 5289 } 5289 5290 else
Note:
See TracChangeset
for help on using the changeset viewer.