VirtualBox

Changeset 20901 in vbox


Ignore:
Timestamp:
Jun 24, 2009 6:20:17 PM (15 years ago)
Author:
vboxsync
Message:

VMEmt.cpp: Promoted the VMR3WaitU assertions to AssertLogRel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMEmt.cpp

    r20880 r20901  
    137137                if (RT_FAILURE(rc))
    138138                {
    139                     AssertMsgFailed(("VMR3WaitU failed with %Rrc\n", rc));
     139                    AssertLogRelMsgFailed(("VMR3WaitU failed with %Rrc\n", rc));
    140140                    break;
    141141                }
     
    201201                if (RT_FAILURE(rc))
    202202                {
    203                     AssertMsgFailed(("VMR3WaitU failed with %Rrc\n", rc));
     203                    AssertLogRelMsgFailed(("VMR3WaitU failed with %Rrc\n", rc));
    204204                    break;
    205205                }
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