Index: /trunk/src/VBox/Additions/x11/VBoxClient/hostversion.cpp
===================================================================
--- /trunk/src/VBox/Additions/x11/VBoxClient/hostversion.cpp	(revision 37016)
+++ /trunk/src/VBox/Additions/x11/VBoxClient/hostversion.cpp	(revision 37017)
@@ -4,5 +4,5 @@
 
 /*
- * Copyright (C) 2009 Oracle Corporation
+ * Copyright (C) 2011 Oracle Corporation
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
@@ -129,5 +129,5 @@
     {
         int rc;
-        LogRelFlowFunc(("\n"));
+        LogFlowFunc(("\n"));
 
         /* Because we need desktop notifications to be displayed, wait
@@ -150,5 +150,5 @@
             rc = VbglR3GuestPropConnect(&uGuestPropSvcClientID);
             if (RT_FAILURE(rc))
-                LogRel(("Cannot connect to guest property service! rc = %Rrc\n", rc));
+                LogRel(("VBoxClient: Cannot connect to guest property service while chcking for host version! rc = %Rrc\n", rc));
         }
 
@@ -187,5 +187,5 @@
         }
 # endif /* VBOX_WITH_GUEST_PROPS */
-        LogRelFlowFunc(("returning %Rrc\n", rc));
+        LogFlowFunc(("returning %Rrc\n", rc));
         return rc;
     }
@@ -202,2 +202,3 @@
     return new HostVersionService;
 }
+
