VirtualBox

Changeset 42652 in vbox for trunk


Ignore:
Timestamp:
Aug 7, 2012 9:57:09 AM (12 years ago)
Author:
vboxsync
Message:

wddm/3d: logging fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.cpp

    r42557 r42652  
    19631963                if (FAILED(hr))
    19641964                {
    1965                     WARN(("vboxWddmSwapchainBbUpdate failed, hr(0x%)",hr));
     1965                    WARN(("vboxWddmSwapchainBbUpdate failed, hr(0x%x)",hr));
    19661966                    return hr;
    19671967                }
     
    19741974        if (FAILED(hr))
    19751975        {
    1976             WARN(("vboxWddmSwapchainChkCreateIf failed, hr(0x%)",hr));
     1976            WARN(("vboxWddmSwapchainChkCreateIf failed, hr(0x%x)",hr));
    19771977            return hr;
    19781978        }
     
    21902190        if (FAILED(hr))
    21912191        {
    2192             WARN(("vboxWddmSwapchainRtSurfGet failed, hr(0x%)",hr));
     2192            WARN(("vboxWddmSwapchainRtSurfGet failed, hr(0x%x)",hr));
    21932193            return hr;
    21942194        }
     
    21992199        if (FAILED(hr))
    22002200        {
    2201             WARN(("vboxWddmSurfGet failed, hr(0x%)",hr));
     2201            WARN(("vboxWddmSurfGet failed, hr(0x%x)",hr));
    22022202            return hr;
    22032203        }
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