Changeset 83693 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Apr 14, 2020 4:35:50 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137191
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp
r82968 r83693 1403 1403 } 1404 1404 VGSvcError("vbsvcAutomounterMountIt: Failed to attach '%s' to '%s': %u\n", 1405 pEntry->pszName, pEntry->pszActualMountPoint, rc);1405 pEntry->pszName, pEntry->pszActualMountPoint, dwErr); 1406 1406 return VERR_OPEN_FAILED; 1407 1407
Note:
See TracChangeset
for help on using the changeset viewer.