Index: /trunk/src/VBox/HostServices/DragAndDrop/dndmanager.h
===================================================================
--- /trunk/src/VBox/HostServices/DragAndDrop/dndmanager.h	(revision 42341)
+++ /trunk/src/VBox/HostServices/DragAndDrop/dndmanager.h	(revision 42342)
@@ -112,5 +112,5 @@
     int currentMessage(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM paParms[]);
 
-    bool isMessageWaiting() const { return m_pNextPathMsg; }
+    bool isMessageWaiting() const { return !!m_pNextPathMsg; }
 
 protected:
Index: /trunk/src/VBox/HostServices/DragAndDrop/service.cpp
===================================================================
--- /trunk/src/VBox/HostServices/DragAndDrop/service.cpp	(revision 42341)
+++ /trunk/src/VBox/HostServices/DragAndDrop/service.cpp	(revision 42342)
@@ -161,5 +161,4 @@
         case VBOX_DRAG_AND_DROP_MODE_GUEST_TO_HOST:
         case VBOX_DRAG_AND_DROP_MODE_BIDIRECTIONAL:
-            LogRel(("drag'n'drop mode = %d\n", u32Mode));
             m_u32Mode = u32Mode;
             break;
