Index: /trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
===================================================================
--- /trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp	(revision 43229)
+++ /trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp	(revision 43230)
@@ -284,6 +284,6 @@
            && RT_SUCCESS(rc))
     {
-        VBoxServiceVerbose(4, "Found logged in user \"%s\"\n",
-                           ut_user->ut_user);
+        VBoxServiceVerbose(4, "Found logged in user \"%s\" (type: %d)\n",
+                           ut_user->ut_user, ut_user->ut_type);
         if (cUsersInList > cListSize)
         {
@@ -304,4 +304,7 @@
             if (!fFound)
             {
+                VBoxServiceVerbose(4, "Adding user \"%s\" (type: %d) to list\n",
+                                   ut_user->ut_user, ut_user->ut_type);
+
                 rc = RTStrDupEx(&papszUsers[cUsersInList], (const char *)ut_user->ut_user);
                 if (RT_FAILURE(rc))
@@ -360,5 +363,5 @@
     }
 
-    VBoxServiceVerbose(4, "cUsersInList: %u, pszUserList: %s, rc=%Rrc\n",
+    VBoxServiceVerbose(4, "cUsersInList=%RU32, pszUserList=%s, rc=%Rrc\n",
                        cUsersInList, pszUserList ? pszUserList : "<NULL>", rc);
 
