VirtualBox

Ignore:
Timestamp:
May 15, 2009 8:23:55 AM (16 years ago)
Author:
vboxsync
Message:

VBoxVideo: Log.

File:
1 edited

Legend:

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

    r19430 r19713  
    107107    BOOLEAN bRC = FALSE;
    108108
    109     dprintf(("VBoxVideo::vboxLikesVideoMode: width: %d, height: %d, bpp: %d\n", width, height, bpp));
    110 
    111109    VMMDevVideoModeSupportedRequest *req = NULL;
    112110
     
    138136    }
    139137
    140     dprintf(("VBoxVideoMode::vboxLikesVideoMode: returning %d\n", bRC));
     138    dprintf(("VBoxVideo::vboxLikesVideoMode: width: %d, height: %d, bpp: %d -> %s\n", width, height, bpp, (bRC == 1) ? "OK" : "FALSE"));
    141139    return bRC;
    142140}
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