VirtualBox

Changeset 85832 in vbox


Ignore:
Timestamp:
Aug 19, 2020 2:03:04 PM (4 years ago)
Author:
vboxsync
Message:

Shared Clipboard/HostService: A bit more (optional) release logging.

File:
1 edited

Legend:

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

    r84142 r85832  
    15521552    }
    15531553
     1554    LogRel2(("Shared Clipboard: Guest wants to read %RU32 bytes host clipboard data in format %RU32\n", cbData, uFormat));
     1555
    15541556    /*
    15551557     * Do the reading.
     
    16931695            pClient->State.POD.uFormat = uFormat;
    16941696    }
     1697
     1698    LogRel2(("Shared Clipboard: Guest writes %RU32 bytes clipboard data in format %RU32 to host\n", cbData, uFormat));
    16951699
    16961700    /*
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