Changeset 81078 in vbox
- Timestamp:
- Sep 30, 2019 12:11:16 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133682
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbFlt.cpp
r80981 r81078 1431 1431 { 1432 1432 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)); 1434 1434 vboxUsbFltDevRetain(pDevice); 1435 1435 } … … 1460 1460 { 1461 1461 /* 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)); 1463 1463 pDevice->enmState = VBOXUSBFLT_DEVSTATE_CAPTURING; 1464 1464 }
Note:
See TracChangeset
for help on using the changeset viewer.