Changeset 18787 in vbox for trunk/src/VBox
- Timestamp:
- Apr 6, 2009 4:33:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/MM.cpp
r18718 r18787 378 378 enmPriority = GMMPRIORITY_NORMAL; 379 379 else 380 AssertMsg RCReturn(rc,("Configuration error: Failed to query string \"MM/Priority\", rc=%Rrc.\n", rc), rc);380 AssertMsgFailedReturn(("Configuration error: Failed to query string \"MM/Priority\", rc=%Rrc.\n", rc), rc); 381 381 382 382 /*
Note:
See TracChangeset
for help on using the changeset viewer.