Changeset 83708 in vbox for trunk/src/VBox
- Timestamp:
- Apr 15, 2020 4:21:17 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137215
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp
r83693 r83708 1368 1368 * 1369 1369 * According to google we should get a drive symlink in \\GLOBAL?? when 1370 * we are running under the system account. Otherwise it will a session1370 * we are running under the system account. Otherwise it will be a session 1371 1371 * local link (\\??). 1372 1372 */ … … 1386 1386 return rc; 1387 1387 } 1388 1389 VGSvcVerbose(3, "vbsvcAutomounterMountIt: wszDrive='%ls', wszPrefixedName='%ls'\n", 1390 wszDrive, wszPrefixedName); 1388 1391 1389 1392 NETRESOURCEW NetRsrc; … … 1402 1405 return VINF_SUCCESS; 1403 1406 } 1404 VGSvcError("vbsvcAutomounterMountIt: Failed to attach '%s' to '%s': % u\n",1405 pEntry->pszName, pEntry->pszActualMountPoint, dwErr);1407 VGSvcError("vbsvcAutomounterMountIt: Failed to attach '%s' to '%s': %Rrc (%u)\n", 1408 pEntry->pszName, pEntry->pszActualMountPoint, RTErrConvertFromWin32(dwErr), dwErr); 1406 1409 return VERR_OPEN_FAILED; 1407 1410
Note:
See TracChangeset
for help on using the changeset viewer.