VirtualBox

Ignore:
Timestamp:
Apr 20, 2011 9:50:51 AM (14 years ago)
Author:
vboxsync
Message:

Logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp

    r31720 r36740  
    110110    if (!ppReq || cbSize < sizeof (VMMDevRequestHeader))
    111111    {
    112         dprintf(("VbglGRAlloc: Invalid parameter: ppReq = %p, cbSize = %d\n", ppReq, cbSize));
     112        dprintf(("VbglGRAlloc: Invalid parameter: ppReq = %p, cbSize = %u\n", ppReq, cbSize));
    113113        return VERR_INVALID_PARAMETER;
    114114    }
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