VirtualBox

Changeset 8325 in vbox for trunk/src/VBox/Devices/VMMDev


Ignore:
Timestamp:
Apr 23, 2008 12:34:37 PM (17 years ago)
Author:
vboxsync
Message:

shorten the guest additions cap report strings a little bit

File:
1 edited

Legend:

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

    r8313 r8325  
    532532
    533533                    LogRel(("Guest Additions capability report: (0x%x) "
    534                             "VMMDEV_GUEST_SUPPORTS_SEAMLESS: %s "
    535                             "VMMDEV_GUEST_SUPPORTS_GUEST_HOST_WINDOW_MAPPING: %s "
    536                             "VMMDEV_GUEST_SUPPORTS_GRAPHICS: %s\n",
     534                            "seamless: %s, "
     535                            "hostWindowMapping: %s, "
     536                            "graphics: %s\n",
    537537                            guestCaps->caps,
    538538                            guestCaps->caps & VMMDEV_GUEST_SUPPORTS_SEAMLESS ? "yes" : "no",
     
    563563
    564564                LogRel(("Guest Additions capability report: (0x%x) "
    565                         "VMMDEV_GUEST_SUPPORTS_SEAMLESS: %s "
    566                         "VMMDEV_GUEST_SUPPORTS_GUEST_HOST_WINDOW_MAPPING: %s "
    567                         "VMMDEV_GUEST_SUPPORTS_GRAPHICS: %s\n",
     565                        "seamless: %s, "
     566                        "hostWindowMapping: %s, "
     567                        "graphics: %s\n",
    568568                        pData->guestCaps,
    569569                        pData->guestCaps & VMMDEV_GUEST_SUPPORTS_SEAMLESS ? "yes" : "no",
     
    20742074    if (pData->fu32AdditionsOk)
    20752075    {
    2076         LogRel(("Guest Additions information report: additionsVersion = 0x%08X  osType = 0x%08X\n",
     2076        LogRel(("Guest Additions information report: additionsVersion = 0x%08X, osType = 0x%08X\n",
    20772077                pData->guestInfo.additionsVersion,
    20782078                pData->guestInfo.osType));
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