Changeset 44935 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp
- Timestamp:
- Mar 6, 2013 4:40:36 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84137
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp
r44869 r44935 193 193 if (RT_SUCCESS(rc)) 194 194 { 195 VBoxServiceVerbose(3, "Service client ID: %#x\n", g_uControlSvcClientID); 195 VBoxServiceVerbose(3, "Guest control service client ID=%RU32\n", 196 g_uControlSvcClientID); 196 197 197 198 /* Init lists. */ … … 836 837 * wants to use. Store it in the host context for later calls. */ 837 838 pHostCtx->uProtocol = ssInfo.uProtocol; 839 VBoxServiceVerbose(3, "Client ID=%RU32 now is using protocol %RU32\n", 840 pHostCtx->uClientID, pHostCtx->uProtocol); 838 841 839 842 rc = GstCntlSessionOpen(&ssInfo, NULL /* Node */);
Note:
See TracChangeset
for help on using the changeset viewer.