VirtualBox

Ignore:
Timestamp:
Sep 30, 2011 7:00:21 AM (13 years ago)
Author:
vboxsync
Message:

Additions: reverted r74060 (was only for debugging)

File:
1 edited

Legend:

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

    r38771 r38906  
    657657
    658658    int irc = RTR0Init(0);
    659     LOGREL(("RTR0Init rc = %d\n", irc));
    660659    if (RT_FAILURE(irc))
    661660    {
     
    719718    ULONG rc = VideoPortInitialize(Context1, Context2, &vhwData, NULL);
    720719    if (rc != NO_ERROR)
    721     {
    722         LOGREL(("VideoPortInitialize failed with %#x", rc));
    723     }
    724 
    725     LOGREL(("Driver Entry leave rc = %d\n", rc));
     720        LOG(("VideoPortInitialize failed with %#x", rc));
     721
    726722    LOGF_LEAVE();
    727723    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