VirtualBox

Ignore:
Timestamp:
Jul 10, 2014 6:37:42 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94900
Message:

SharedFolders: warning, LogRel if folder can not be loaded.

File:
1 edited

Legend:

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

    r51250 r51976  
    147147            uint32_t len;
    148148
    149             len = strlen(pFolderMapping->pszFolderName);
     149            len = (uint32_t)strlen(pFolderMapping->pszFolderName);
    150150            rc = SSMR3PutU32(pSSM, len);
    151151            AssertRCReturn(rc, rc);
     
    273273            /* 'i' is the root handle of the saved mapping. */
    274274            rc = vbsfMappingLoaded (&mapping, i);
     275            if (RT_FAILURE(rc))
     276            {
     277                LogRel(("SharedFolders: %Rrc loading %d [%ls] -> [%s]\n",
     278                        rc, i, pMapName->String.ucs2, pszFolderName));
     279            }
    275280
    276281            RTMemFree(pMapName);
Note: See TracChangeset for help on using the changeset viewer.

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