Changeset 87657 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Feb 9, 2021 1:21:04 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r87566 r87657 749 749 pClient->State.fGuestFeatures0 = fFeatures0; 750 750 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")); 753 755 } 754 756 else
Note:
See TracChangeset
for help on using the changeset viewer.