VirtualBox

Changeset 3562 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Jul 11, 2007 4:36:25 PM (18 years ago)
Author:
vboxsync
Message:

Logging fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp

    r3561 r3562  
    14971497                }
    14981498            }
    1499             dprintf(("VBoxVideo: failed with rc=%x (hdr.rc=%x)\n", rc, req->header.rc));
     1499            dprintf(("VBoxVideo: failed with rc=%x (hdr.rc=%x)\n", rc, (req) ? req->header.rc : -1));
    15001500            RequestPacket->StatusBlock->Status = ERROR_INVALID_FUNCTION;
    15011501            return FALSE;
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