Changeset 97413 in vbox
- Timestamp:
- Nov 6, 2022 9:34:15 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp
r97410 r97413 1753 1753 strDstPath += pszSrcName; 1754 1754 } 1755 1756 LogRel(("Guest Control: Building destination path for '%s' -> '%s'\n", 1757 strSrcPath.c_str(), GuestBase::pathStyleToStr(enmSrcPathStyle), 1758 strDstPath.c_str(), GuestBase::pathStyleToStr(enmDstPathStyle))); 1755 1759 1756 1760 return VINF_SUCCESS; … … 1892 1896 strTranslated.jolt(); 1893 1897 1894 LogRel 2(("Guest Control: Translating '%s' (%s) -> '%s' (%s): %Rrc\n",1895 1896 1898 LogRel(("Guest Control: Translating '%s' (%s) -> '%s' (%s): %Rrc\n", 1899 strPath.c_str(), GuestBase::pathStyleToStr(enmSrcPathStyle), 1900 strTranslated.c_str(), GuestBase::pathStyleToStr(enmDstPathStyle), vrc)); 1897 1901 1898 1902 if (RT_SUCCESS(vrc))
Note:
See TracChangeset
for help on using the changeset viewer.