VirtualBox

Changeset 57210 in vbox


Ignore:
Timestamp:
Aug 6, 2015 9:55:33 AM (9 years ago)
Author:
vboxsync
Message:

LogRel nit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/service.cpp

    r51976 r57210  
    275275            if (RT_FAILURE(rc))
    276276            {
    277                 LogRel(("SharedFolders: %Rrc loading %d [%ls] -> [%s]\n",
     277                LogRel(("SharedFolders host service: %Rrc loading %d [%ls] -> [%s]\n",
    278278                        rc, i, pMapName->String.ucs2, pszFolderName));
    279279            }
     
    13021302    {
    13031303        Log(("SharedFolders host service: svcCall: SHFL_FN_ADD_MAPPING\n"));
    1304         LogRel(("SharedFolders host service: adding host mapping\n"));
     1304        LogRel(("SharedFolders host service: Adding host mapping\n"));
    13051305        /* Verify parameter count and types. */
    13061306        if (   (cParms != SHFL_CPARMS_ADD_MAPPING)
     
    13541354        }
    13551355        if (RT_FAILURE(rc))
    1356             LogRel(("SharedFolders host service: adding host mapping failed with rc=%Rrc\n", rc));
     1356            LogRel(("SharedFolders host service: Adding host mapping failed with rc=%Rrc\n", rc));
    13571357        break;
    13581358    }
     
    13611361    {
    13621362        Log(("SharedFolders host service: svcCall: SHFL_FN_REMOVE_MAPPING\n"));
    1363         LogRel(("SharedFolders host service: removing host mapping '%ls'\n",
     1363        LogRel(("SharedFolders host service: Removing host mapping '%ls'\n",
    13641364                ((SHFLSTRING *)paParms[0].u.pointer.addr)->String.ucs2));
    13651365
     
    13971397        }
    13981398        if (RT_FAILURE(rc))
    1399             LogRel(("SharedFolders host service: removing host mapping failed with rc=%Rrc\n", rc));
     1399            LogRel(("SharedFolders host service: Removing host mapping failed with rc=%Rrc\n", rc));
    14001400        break;
    14011401    }
     
    14541454    if (!VALID_PTR(ptable))
    14551455    {
    1456         LogRelFunc(("SharedFolders host service: bad value of ptable (%p)\n", ptable));
     1456        LogRelFunc(("SharedFolders host service: Bad value of ptable (%p)\n", ptable));
    14571457        rc = VERR_INVALID_PARAMETER;
    14581458    }
     
    14651465            ||  ptable->u32Version != VBOX_HGCM_SVC_VERSION)
    14661466        {
    1467             LogRelFunc(("SharedFolders host service: version mismatch while loading: ptable->cbSize = %u (should be %u), ptable->u32Version = 0x%08X (should be 0x%08X)\n",
     1467            LogRelFunc(("SharedFolders host service: Version mismatch while loading: ptable->cbSize = %u (should be %u), ptable->u32Version = 0x%08X (should be 0x%08X)\n",
    14681468                        ptable->cbSize, sizeof (VBOXHGCMSVCFNTABLE), ptable->u32Version, VBOX_HGCM_SVC_VERSION));
    14691469            rc = VERR_VERSION_MISMATCH;
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