Changeset 20901 in vbox
- Timestamp:
- Jun 24, 2009 6:20:17 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMEmt.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMEmt.cpp
r20880 r20901 137 137 if (RT_FAILURE(rc)) 138 138 { 139 Assert MsgFailed(("VMR3WaitU failed with %Rrc\n", rc));139 AssertLogRelMsgFailed(("VMR3WaitU failed with %Rrc\n", rc)); 140 140 break; 141 141 } … … 201 201 if (RT_FAILURE(rc)) 202 202 { 203 Assert MsgFailed(("VMR3WaitU failed with %Rrc\n", rc));203 AssertLogRelMsgFailed(("VMR3WaitU failed with %Rrc\n", rc)); 204 204 break; 205 205 }
Note:
See TracChangeset
for help on using the changeset viewer.

