VirtualBox

Changeset 94717 in vbox for trunk/src


Ignore:
Timestamp:
Apr 27, 2022 9:11:09 AM (3 years ago)
Author:
vboxsync
Message:

Main: Moved annoying assertion in Global::vboxStatusCodeToCOM down to where we cannot classify the status code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/GlobalStatusConversion.cpp

    r93115 r94717  
    115115
    116116        default:
    117             AssertMsgFailed(("%Rrc\n", aVBoxStatus));
    118117            if (RT_SUCCESS(aVBoxStatus))
    119118                return S_OK;
     
    132131                return VBOX_E_VM_ERROR;
    133132
     133            AssertMsgFailed(("%Rrc\n", aVBoxStatus));
    134134            return E_FAIL;
    135135    }
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