Changeset 92558 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Nov 23, 2021 9:00:45 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
r92544 r92558 1613 1613 1614 1614 case RTFS_TYPE_FILE: 1615 LogFlowFunc(("File '%s': %s -> %s\n", pEntry->strPath.c_str(), strSrcAbs.c_str(), strDstAbs.c_str())); 1615 RT_FALL_THROUGH(); 1616 case RTFS_TYPE_SYMLINK: 1617 LogFlowFunc(("%s '%s': %s -> %s\n", pEntry->strPath.c_str(), 1618 (pEntry->fMode & RTFS_TYPE_MASK) == RTFS_TYPE_SYMLINK ? "Symlink" : "File", 1619 strSrcAbs.c_str(), strDstAbs.c_str())); 1616 1620 if (!pList->mSourceSpec.fDryRun) 1617 1621 rc = fileCopyFromGuest(strSrcAbs, strDstAbs, FileCopyFlag_None);
Note:
See TracChangeset
for help on using the changeset viewer.