Index: /trunk/src/VBox/Main/src-server/HostImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/HostImpl.cpp	(revision 41024)
+++ /trunk/src/VBox/Main/src-server/HostImpl.cpp	(revision 41025)
@@ -398,5 +398,5 @@
                                                     it->c_str());
         if (RT_FAILURE(r))
-            LogRel(("failed to get to create %s, error (0x%x)", it->c_str(), r));
+            LogRel(("failed to create %s, error (0x%x)\n", it->c_str(), r));
     }
 
@@ -686,5 +686,5 @@
         else
         {
-            LogRel(("failed to get the sun_VBoxNetFlt component, error (0x%x)", hr));
+            LogRel(("failed to get the sun_VBoxNetFlt component, error (0x%x)\n", hr));
         }
 
