VirtualBox

Changeset 46428 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Jun 7, 2013 8:26:18 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86263
Message:

VBoxTray/VBoxGuest: better caps tracking logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp

    r46196 r46428  
    25442544    uint32_t fSetCaps = 0;
    25452545
     2546    LogRel(("VBoxGuest: VBoxGuestCommonGuestCapsAcquire: pSession(0x%p), OR(0x%x), NOT(0x%x), flags(0x%x)\n", pSession, fOrMask, fNotMask, enmFlags));
     2547
    25462548    if (!VBoxGuestCommonGuestCapsValidateValues(fOrMask))
    25472549    {
     
    26182620    if (!RT_SUCCESS(rc))
    26192621    {
     2622        LogRel(("VBoxGuest: VBoxGuestCommonGuestCapsAcquire: VBoxGuestSetGuestCapabilities failed, rc %d\n", rc));
     2623
    26202624        /* Failure branch
    26212625         * this is generally bad since e.g. failure to release the caps may result in other sessions not being able to use it
Note: See TracChangeset for help on using the changeset viewer.

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