VirtualBox

Changeset 53428 in vbox


Ignore:
Timestamp:
Dec 2, 2014 9:22:23 PM (10 years ago)
Author:
vboxsync
Message:

Additions/x11/vboxvideo: remove an error message for a valid condition and prevent log spam.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxvideo/pointer.c

    r51393 r53428  
    134134    if (rc) {
    135135        int vrc = VbglR3GetMouseStatus(&fFeatures, NULL, NULL);
    136         if (RT_FAILURE(vrc)) {
    137             xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
    138                      "Unable to determine whether the virtual machine supports mouse pointer integration - request initialization failed with return code %d\n", vrc);
     136        if (RT_FAILURE(vrc))
    139137            rc = FALSE;
    140         }
    141138    }
    142139    /* If we got the information from the host then make sure the host wants
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