Changeset 100289 in vbox
- Timestamp:
- Jun 26, 2023 8:03:50 AM (21 months ago)
- svn:sync-xref-src-repo-rev:
- 158004
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers.cpp
r100225 r100289 591 591 * @returns VBox status code. 592 592 * @param pListEntry Clipboard list entry structure to initialize. 593 * @param fInfo Info flags (of type VBOX_SHCL_INFO_F LAG_XXX).593 * @param fInfo Info flags (of type VBOX_SHCL_INFO_F_XXX). 594 594 * @param pszName Name (e.g. filename) to use. Can be NULL if not being used. 595 595 * Up to SHCLLISTENTRY_MAX_NAME characters. … … 2741 2741 else /* Everything else (e.g. symbolic links) are not supported. */ 2742 2742 { 2743 LogRel 2(("Shared Clipboard: Path '%s' contains a symbolic link or junction, which are not supported\n", pcszPath));2743 LogRelMax(64, ("Shared Clipboard: Path '%s' contains a symbolic link or junction, which are not supported\n", pcszPath)); 2744 2744 rc = VERR_NOT_SUPPORTED; 2745 2745 } … … 2748 2748 2749 2749 if (RT_FAILURE(rc)) 2750 LogRel 2(("Shared Clipboard: Validating path '%s' failed: %Rrc\n", pcszPath, rc));2750 LogRelMax(64, ("Shared Clipboard: Validating path '%s' failed: %Rrc\n", pcszPath, rc)); 2751 2751 2752 2752 LogFlowFuncLeaveRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.