VirtualBox

Changeset 70351 in vbox for trunk/src


Ignore:
Timestamp:
Dec 27, 2017 4:26:13 AM (7 years ago)
Author:
vboxsync
Message:

VBoxService: logging typos

Location:
trunk/src/VBox/Additions/common/VBoxService
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp

    r70171 r70351  
    674674                    return rc;
    675675                }
     676
    676677                g_aServices[j].fEnabled = false;
    677678                VGSvcVerbose(0, "Service '%s' was disabled because of missing functionality\n", g_aServices[j].pDesc->pszName);
    678 
    679679            }
    680680        }
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp

    r70214 r70351  
    159159    if (RT_FAILURE(rc))
    160160    {
    161         VGSvcVerbose(1, "Secur32.dll APIs are not availble (%Rrc)\n", rc);
     161        VGSvcVerbose(1, "Secur32.dll APIs are not available (%Rrc)\n", rc);
    162162        g_pfnLsaGetLogonSessionData = NULL;
    163163        g_pfnLsaEnumerateLogonSessions = NULL;
     
    178178    if (RT_FAILURE(rc))
    179179    {
    180         VGSvcVerbose(1, "WtsApi32.dll APIs are not availble (%Rrc)\n", rc);
     180        VGSvcVerbose(1, "WtsApi32.dll APIs are not available (%Rrc)\n", rc);
    181181        g_pfnWTSFreeMemory = NULL;
    182182        g_pfnWTSQuerySessionInformationA = NULL;
     
    196196    if (RT_FAILURE(rc))
    197197    {
    198         VGSvcVerbose(1, "psapi.dll APIs are not availble (%Rrc)\n", rc);
     198        VGSvcVerbose(1, "psapi.dll APIs are not available (%Rrc)\n", rc);
    199199        g_pfnEnumProcesses = NULL;
    200200        g_pfnGetModuleFileNameExW = NULL;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette