Changeset 40673 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Mar 28, 2012 11:12:00 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp
r38525 r40673 182 182 MachineState_T machineState; 183 183 CHECK_ERROR_BREAK(console, COMGETTER(State)(&machineState)); 184 /* the error code was lost by the previous instruction */ 185 rc = VBOX_E_INVALID_VM_STATE; 184 186 if (machineState != MachineState_Paused) 185 187 { 186 188 RTMsgError("Machine in invalid state %d -- %s\n", 187 189 machineState, machineStateToName(machineState, false)); 188 break;189 190 }190 } 191 } 192 break; 191 193 } 192 194
Note:
See TracChangeset
for help on using the changeset viewer.