VirtualBox

Changeset 81078 in vbox


Ignore:
Timestamp:
Sep 30, 2019 12:11:16 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133682
Message:

USB/win: Logging fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbFlt.cpp

    r80981 r81078  
    14311431    {
    14321432        pDevice->enmState = VBOXUSBFLT_DEVSTATE_CAPTURED;
    1433         LOG(("The proxy notified proxy start for the captured device 0x%x", pDevice));
     1433        LOG(("The proxy notified proxy start for the captured device 0x%p", pDevice));
    14341434        vboxUsbFltDevRetain(pDevice);
    14351435    }
     
    14601460    {
    14611461        /* this is due to devie was physically removed */
    1462         LOG(("The proxy notified proxy stop for the captured device 0x%x, current state %d", pDevice, pDevice->enmState));
     1462        LOG(("The proxy notified proxy stop for the captured device 0x%p, current state %d", pDevice, pDevice->enmState));
    14631463        pDevice->enmState = VBOXUSBFLT_DEVSTATE_CAPTURING;
    14641464    }
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