Changeset 82853 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Jan 24, 2020 3:16:58 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r82852 r82853 695 695 if (RT_SUCCESS(rc)) 696 696 { 697 Log(("[Client %RU32] chunk size: %#RU32, max: %#RU32\n", paParms[1].u.uint32, paParms[0].u.uint32)); 697 Log(("[Client %RU32] chunk size: %#RU32, max: %#RU32\n", 698 pClient->State.uClientID, paParms[1].u.uint32, paParms[0].u.uint32)); 698 699 } 699 700 else
Note:
See TracChangeset
for help on using the changeset viewer.