VirtualBox

Changeset 44104 in vbox


Ignore:
Timestamp:
Dec 12, 2012 10:21:22 AM (12 years ago)
Author:
vboxsync
Message:

VBoxManage: improved assertion (warning fix)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp

    r43981 r44104  
    433433    } while(0);
    434434
    435     if (FAILED(rc))
    436         AssertMsgStmt(NULL, ("Could not lookup progress information\n"), vrc = VERR_COM_UNEXPECTED);
     435    AssertMsgStmt(SUCCEEDED(rc), ("Could not lookup progress information\n"), vrc = VERR_COM_UNEXPECTED);
    437436
    438437    return vrc;
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