VirtualBox

Ignore:
Timestamp:
Feb 9, 2021 1:21:04 PM (4 years ago)
Author:
vboxsync
Message:

Shared Clipboard/Transfers: Release (2) log if the guest supports file transfers. ​bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp

    r87566 r87657  
    749749        pClient->State.fGuestFeatures0 = fFeatures0;
    750750        pClient->State.fGuestFeatures1 = fFeatures1;
    751         Log(("[Client %RU32] features: %#RX64 %#RX64\n", pClient->State.uClientID, fFeatures0, fFeatures1));
    752         LogRel2(("Shared Clipboard: Guest reported the following features: %#RX64\n", fFeatures0)); /* fFeatures1 not used yet. */
     751        LogRel2(("Shared Clipboard: Guest reported the following features: %#RX64\n",
     752                 pClient->State.fGuestFeatures0)); /* Note: fFeatures1 not used yet. */
     753        if (pClient->State.fGuestFeatures0 & VBOX_SHCL_GF_0_TRANSFERS)
     754            LogRel2(("Shared Clipboard: Guest supports file transfers\n"));
    753755    }
    754756    else
Note: See TracChangeset for help on using the changeset viewer.

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