VirtualBox

Changeset 23674 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Oct 10, 2009 9:44:27 PM (15 years ago)
Author:
vboxsync
Message:

Windows build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r23670 r23674  
    30343034        if (mData->mSession.mState != SessionState_Open)
    30353035            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);
    30383038
    30393039        directControl = mData->mSession.mDirectControl;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette