VirtualBox

Changeset 100289 in vbox


Ignore:
Timestamp:
Jun 26, 2023 8:03:50 AM (21 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158004
Message:

Shared Clipboard: Typos, logging tweaks. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers.cpp

    r100225 r100289  
    591591 * @returns VBox status code.
    592592 * @param   pListEntry          Clipboard list entry structure to initialize.
    593  * @param   fInfo               Info flags (of type VBOX_SHCL_INFO_FLAG_XXX).
     593 * @param   fInfo               Info flags (of type VBOX_SHCL_INFO_F_XXX).
    594594 * @param   pszName             Name (e.g. filename) to use. Can be NULL if not being used.
    595595 *                              Up to SHCLLISTENTRY_MAX_NAME characters.
     
    27412741            else /* Everything else (e.g. symbolic links) are not supported. */
    27422742            {
    2743                 LogRel2(("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));
    27442744                rc = VERR_NOT_SUPPORTED;
    27452745            }
     
    27482748
    27492749    if (RT_FAILURE(rc))
    2750         LogRel2(("Shared Clipboard: Validating path '%s' failed: %Rrc\n", pcszPath, rc));
     2750        LogRelMax(64, ("Shared Clipboard: Validating path '%s' failed: %Rrc\n", pcszPath, rc));
    27512751
    27522752    LogFlowFuncLeaveRC(rc);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette