VirtualBox

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


Ignore:
Timestamp:
Mar 10, 2014 2:51:53 PM (11 years ago)
Author:
vboxsync
Message:

Main/Console: another error code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r50736 r50737  
    35623562                pAlock->acquire();
    35633563            mVMStateChangeCallbackDisabled = false;
    3564             AssertRCReturn(rc, rc);
     3564            if (RT_FAILURE(rc))
     3565                return setErrorInternal(VBOX_E_INVALID_VM_STATE,
     3566                                        COM_IIDOF(IConsole),
     3567                                        getStaticComponentName(),
     3568                                        Utf8StrFmt("Could suspend VM for medium change (%Rrc)", rc),
     3569                                        false /*aWarning*/,
     3570                                        true /*aLogIt*/);
    35653571            *pfResume = true;
    35663572            break;
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