Changeset 43230 in vbox
- Timestamp:
- Sep 6, 2012 3:34:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
r42154 r43230 284 284 && RT_SUCCESS(rc)) 285 285 { 286 VBoxServiceVerbose(4, "Found logged in user \"%s\" \n",287 ut_user->ut_user );286 VBoxServiceVerbose(4, "Found logged in user \"%s\" (type: %d)\n", 287 ut_user->ut_user, ut_user->ut_type); 288 288 if (cUsersInList > cListSize) 289 289 { … … 304 304 if (!fFound) 305 305 { 306 VBoxServiceVerbose(4, "Adding user \"%s\" (type: %d) to list\n", 307 ut_user->ut_user, ut_user->ut_type); 308 306 309 rc = RTStrDupEx(&papszUsers[cUsersInList], (const char *)ut_user->ut_user); 307 310 if (RT_FAILURE(rc)) … … 360 363 } 361 364 362 VBoxServiceVerbose(4, "cUsersInList : %u, pszUserList:%s, rc=%Rrc\n",365 VBoxServiceVerbose(4, "cUsersInList=%RU32, pszUserList=%s, rc=%Rrc\n", 363 366 cUsersInList, pszUserList ? pszUserList : "<NULL>", rc); 364 367
Note:
See TracChangeset
for help on using the changeset viewer.

