VirtualBox

Changeset 38771 in vbox


Ignore:
Timestamp:
Sep 16, 2011 7:26:32 AM (13 years ago)
Author:
vboxsync
Message:

debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPDriver.cpp

    r38635 r38771  
    657657
    658658    int irc = RTR0Init(0);
     659    LOGREL(("RTR0Init rc = %d\n", irc));
    659660    if (RT_FAILURE(irc))
    660661    {
     
    719720    if (rc != NO_ERROR)
    720721    {
    721         LOG(("VideoPortInitialize failed with %#x", rc));
    722     }
    723 
     722        LOGREL(("VideoPortInitialize failed with %#x", rc));
     723    }
     724
     725    LOGREL(("Driver Entry leave rc = %d\n", rc));
    724726    LOGF_LEAVE();
    725727    return rc;
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