Changeset 86911 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Nov 19, 2020 7:52:04 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r86889 r86911 761 761 pClient->State.fGuestFeatures1 = fFeatures1; 762 762 Log(("[Client %RU32] features: %#RX64 %#RX64\n", pClient->State.uClientID, fFeatures0, fFeatures1)); 763 LogRel2(("Shared Clipboard: Guest reported the following features: %#RX64\n", fFeatures0)); /* fFeatures1 not used yet. */ 763 764 } 764 765 else
Note:
See TracChangeset
for help on using the changeset viewer.