Changeset 23674 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 10, 2009 9:44:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r23670 r23674 3034 3034 if (mData->mSession.mState != SessionState_Open) 3035 3035 return setError(VBOX_E_INVALID_VM_STATE, 3036 tr("Machine session is not open (session state: % s)"),3037 Global::stringifyMachineState(mData->mSession.mState));3036 tr("Machine session is not open (session state: %d)"), 3037 mData->mSession.mState); 3038 3038 3039 3039 directControl = mData->mSession.mDirectControl;
Note:
See TracChangeset
for help on using the changeset viewer.