- Timestamp:
- Apr 27, 2022 9:11:09 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/GlobalStatusConversion.cpp
r93115 r94717 115 115 116 116 default: 117 AssertMsgFailed(("%Rrc\n", aVBoxStatus));118 117 if (RT_SUCCESS(aVBoxStatus)) 119 118 return S_OK; … … 132 131 return VBOX_E_VM_ERROR; 133 132 133 AssertMsgFailed(("%Rrc\n", aVBoxStatus)); 134 134 return E_FAIL; 135 135 }
Note:
See TracChangeset
for help on using the changeset viewer.