Changeset 41097 in vbox
- Timestamp:
- Apr 30, 2012 10:30:09 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp
r41096 r41097 186 186 /* the error code was lost by the previous instruction */ 187 187 rc = VBOX_E_INVALID_VM_STATE; 188 RTPrintf("machineState = %d (%d)\n", machineState, MachineState_Paused);189 188 if (machineState != MachineState_Paused) 190 189 {
Note:
See TracChangeset
for help on using the changeset viewer.