VirtualBox

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


Ignore:
Timestamp:
Feb 9, 2015 2:58:30 PM (10 years ago)
Author:
vboxsync
Message:

FE/Qt, Main: 7678: Do not log the improper call to 3D-overlay rescaling when 3D is not enabled/allowed for the running VM; Assert instead.

File:
1 edited

Legend:

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

    r54053 r54114  
    35423542    }
    35433543    else
    3544         LogRel(("Attempt to specify OpenGL content scale factor while 3D acceleration is disabled in VM config. Ignored.\n"));
     3544        AssertMsgFailed(("Attempt to specify OpenGL content scale factor while 3D acceleration is disabled in VM config. Ignored.\n"));
    35453545
    35463546    return hr;
    35473547#else
    3548     LogRel(("Attempt to specify OpenGL content scale factor while corresponding functionality is disabled."));
     3548    AssertMsgFailed(("Attempt to specify OpenGL content scale factor while corresponding functionality is disabled."));
    35493549    return E_UNEXPECTED;
    35503550#endif /* VBOX_WITH_HGCM && VBOX_WITH_CROGL */
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