- Timestamp:
- Dec 27, 2017 4:26:13 AM (7 years ago)
- Location:
- trunk/src/VBox/Additions/common/VBoxService
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp
r70171 r70351 674 674 return rc; 675 675 } 676 676 677 g_aServices[j].fEnabled = false; 677 678 VGSvcVerbose(0, "Service '%s' was disabled because of missing functionality\n", g_aServices[j].pDesc->pszName); 678 679 679 } 680 680 } -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp
r70214 r70351 159 159 if (RT_FAILURE(rc)) 160 160 { 161 VGSvcVerbose(1, "Secur32.dll APIs are not avail ble (%Rrc)\n", rc);161 VGSvcVerbose(1, "Secur32.dll APIs are not available (%Rrc)\n", rc); 162 162 g_pfnLsaGetLogonSessionData = NULL; 163 163 g_pfnLsaEnumerateLogonSessions = NULL; … … 178 178 if (RT_FAILURE(rc)) 179 179 { 180 VGSvcVerbose(1, "WtsApi32.dll APIs are not avail ble (%Rrc)\n", rc);180 VGSvcVerbose(1, "WtsApi32.dll APIs are not available (%Rrc)\n", rc); 181 181 g_pfnWTSFreeMemory = NULL; 182 182 g_pfnWTSQuerySessionInformationA = NULL; … … 196 196 if (RT_FAILURE(rc)) 197 197 { 198 VGSvcVerbose(1, "psapi.dll APIs are not avail ble (%Rrc)\n", rc);198 VGSvcVerbose(1, "psapi.dll APIs are not available (%Rrc)\n", rc); 199 199 g_pfnEnumProcesses = NULL; 200 200 g_pfnGetModuleFileNameExW = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.