Index: /trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
===================================================================
--- /trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp	(revision 55576)
+++ /trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp	(revision 55577)
@@ -1853,5 +1853,7 @@
         AssertRC(rc);
 
-        /* Fork child doing the actual session handling. */
+        /*
+         * Spawn a child process for doing the actual session handling.
+         */
         char szExeName[RTPATH_MAX];
         char *pszExeName = RTProcGetExecutablePath(szExeName, sizeof(szExeName));
@@ -1883,5 +1885,5 @@
                 rc = VERR_BUFFER_OVERFLOW;
             }
-#endif /* DEBUG */
+#endif
             if (RT_SUCCESS(rc))
             {
@@ -1895,5 +1897,5 @@
 #ifdef DEBUG
                 papszArgs[iOptIdx++] = szParmThreadId;
-#endif /* DEBUG */
+#endif
                 if (!fAnonymous)
                     papszArgs[iOptIdx++] = szParmUserName;
@@ -1934,5 +1936,5 @@
                             rc2 = VERR_NO_MEMORY;
                         }
-#else
+#else /* DEBUG */
                         /* Include the session thread ID in the log file name. */
                         if (RTStrAPrintf(&pszLogNewSuffix, "-%RU32-%RU32-%s",
