Changeset 44104 in vbox
- Timestamp:
- Dec 12, 2012 10:21:22 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r43981 r44104 433 433 } while(0); 434 434 435 if (FAILED(rc)) 436 AssertMsgStmt(NULL, ("Could not lookup progress information\n"), vrc = VERR_COM_UNEXPECTED); 435 AssertMsgStmt(SUCCEEDED(rc), ("Could not lookup progress information\n"), vrc = VERR_COM_UNEXPECTED); 437 436 438 437 return vrc;
Note:
See TracChangeset
for help on using the changeset viewer.