Index: /trunk/src/VBox/Main/MachineImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/MachineImpl.cpp	(revision 24078)
+++ /trunk/src/VBox/Main/MachineImpl.cpp	(revision 24079)
@@ -4402,5 +4402,5 @@
     {
         /* nothing to do */
-        LogFlowThisFunc(("Already uninitialized!"));
+        LogFlowThisFunc(("Already uninitialized!\n"));
         return true;
     }
@@ -4412,5 +4412,5 @@
     {
         /* nothing to do */
-        LogFlowThisFunc(("Not spawning any more!"));
+        LogFlowThisFunc(("Not spawning any more!\n"));
         return true;
     }
@@ -8075,5 +8075,5 @@
     mData->mSession.mType.setNull();
 
-    /* close the interprocess semaphore before leaving the shared lock */
+    /* close the interprocess semaphore before leaving the exclusive lock */
 #if defined(RT_OS_WINDOWS)
     if (mIPCSem)
@@ -8103,5 +8103,5 @@
     mData.free();
 
-    /* leave the shared lock before setting the below two to NULL */
+    /* leave the exclusive lock before setting the below two to NULL */
     alock.leave();
 
@@ -8322,5 +8322,5 @@
     AutoCaller autoCaller(this);
 
-    LogFlowThisFunc(("state=%d\n", autoCaller.state()));
+    LogFlowThisFunc(("callerstate=%d\n", autoCaller.state()));
     /*
      *  We don't assert below because it might happen that a non-direct session
@@ -9049,5 +9049,5 @@
             /* return true if not ready, to cause the client watcher to exclude
              * the corresponding session from watching */
-            LogFlowThisFunc(("Already uninitialized!"));
+            LogFlowThisFunc(("Already uninitialized!\n"));
             return true;
         }
Index: /trunk/src/VBox/Main/SessionImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/SessionImpl.cpp	(revision 24078)
+++ /trunk/src/VBox/Main/SessionImpl.cpp	(revision 24079)
@@ -793,5 +793,5 @@
 
     /* go to the closing state */
-    mState =  SessionState_Closing;
+    mState = SessionState_Closing;
 
     if (mType == SessionType_Direct)
Index: /trunk/src/VBox/Main/VirtualBoxImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/VirtualBoxImpl.cpp	(revision 24078)
+++ /trunk/src/VBox/Main/VirtualBoxImpl.cpp	(revision 24079)
@@ -1187,5 +1187,5 @@
             tr ("Could not find a registered machine named '%ls'"), aName);
 
-    LogFlowThisFunc(("rc=%08X\n", rc));
+    LogFlowThisFunc(("aName=\"%ls\", aMachine=%p, rc=%08X\n", aName, *aMachine, rc));
     LogFlowThisFuncLeave();
 
