Changeset 92742 in vbox
- Timestamp:
- Dec 3, 2021 6:11:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/VBoxSharedFoldersSvc.cpp
r92696 r92742 1700 1700 else 1701 1701 { 1702 LogRel((" Host path '%ls', map name '%ls', %s, automount=%s, automntpnt=% s, create_symlinks=%s, missing=%s\n",1702 LogRel((" Host path '%ls', map name '%ls', %s, automount=%s, automntpnt=%ls, create_symlinks=%s, missing=%s\n", 1703 1703 pHostPath->String.utf16, pMapName->String.utf16, 1704 1704 RT_BOOL(fFlags & SHFL_ADD_MAPPING_F_WRITABLE) ? "writable" : "read-only",
Note:
See TracChangeset
for help on using the changeset viewer.