Index: /trunk/src/VBox/Additions/x11/vboxvideo/pointer.c
===================================================================
--- /trunk/src/VBox/Additions/x11/vboxvideo/pointer.c	(revision 53427)
+++ /trunk/src/VBox/Additions/x11/vboxvideo/pointer.c	(revision 53428)
@@ -134,9 +134,6 @@
     if (rc) {
         int vrc = VbglR3GetMouseStatus(&fFeatures, NULL, NULL);
-        if (RT_FAILURE(vrc)) {
-            xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
-                     "Unable to determine whether the virtual machine supports mouse pointer integration - request initialization failed with return code %d\n", vrc);
+        if (RT_FAILURE(vrc))
             rc = FALSE;
-        }
     }
     /* If we got the information from the host then make sure the host wants
