VirtualBox

Changeset 3755 in vbox for trunk/src


Ignore:
Timestamp:
Jul 21, 2007 6:50:27 AM (18 years ago)
Author:
vboxsync
Message:

log capability changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp

    r3732 r3755  
    519519                    /* make a copy of supplied information */
    520520                    pData->guestCaps = guestCaps->caps;
     521
     522                    LogRel(("Guest Additions capability report: (0x%x) "
     523                            "VMMDEV_GUEST_SUPPORTS_SEAMLESS: %s "
     524                            "VMMDEV_GUEST_SUPPORTS_GUEST_HOST_WINDOW_MAPPING: %s\n",
     525                            guestCaps->caps,
     526                            guestCaps->caps & VMMDEV_GUEST_SUPPORTS_SEAMLESS ? "yes" : "no",
     527                            guestCaps->caps & VMMDEV_GUEST_SUPPORTS_GUEST_HOST_WINDOW_MAPPING ? "yes" : "no"));
    521528
    522529                    pData->pDrv->pfnUpdateGuestCapabilities(pData->pDrv, guestCaps->caps);
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