Changeset 38087 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
- Timestamp:
- Jul 21, 2011 9:01:44 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
r37256 r38087 262 262 && RT_SUCCESS(rc)) 263 263 { 264 VBoxServiceVerbose(4, "VMInfo : Found logged in user \"%s\"\n", ut_user->ut_user);265 264 VBoxServiceVerbose(4, "VMInfo/Users: Found logged in user \"%s\"\n", 265 ut_user->ut_user); 266 266 if (cUsersInList > cListSize) 267 267 { … … 322 322 cUsersInList = 0; 323 323 324 VBoxServiceVerbose(4, "VMInfo : cUsersInList: %u, pszUserList: %s, rc=%Rrc\n",324 VBoxServiceVerbose(4, "VMInfo/Users: cUsersInList: %u, pszUserList: %s, rc=%Rrc\n", 325 325 cUsersInList, pszUserList ? pszUserList : "<NULL>", rc); 326 326 … … 764 764 if (idNewSession != g_idVMInfoSession) 765 765 { 766 VBoxServiceVerbose(3, "VMInfo: The VM session ID changed, flushing all properties .\n");766 VBoxServiceVerbose(3, "VMInfo: The VM session ID changed, flushing all properties\n"); 767 767 vboxserviceVMInfoWriteFixedProperties(); 768 768 VBoxServicePropCacheFlush(&g_VMInfoPropCache);
Note:
See TracChangeset
for help on using the changeset viewer.