- Timestamp:
- Sep 18, 2019 1:15:15 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxUsbTool.cpp
r76553 r80889 405 405 if (Status == STATUS_PENDING) 406 406 { 407 LOG(("VBoxUsbToolIoInternalCtlSendAsync returned pending for pDevObj(0x% x)", pDevObj));407 LOG(("VBoxUsbToolIoInternalCtlSendAsync returned pending for pDevObj(0x%p)", pDevObj)); 408 408 KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL); 409 409 Status = IoStatus.Status; 410 LOG(("Pending VBoxUsbToolIoInternalCtlSendAsync completed with Status (0x%x) for pDevObj(0x% x)", Status, pDevObj));410 LOG(("Pending VBoxUsbToolIoInternalCtlSendAsync completed with Status (0x%x) for pDevObj(0x%p)", Status, pDevObj)); 411 411 } 412 412 else 413 413 { 414 LOG(("VBoxUsbToolIoInternalCtlSendAsync completed with Status (0x%x) for pDevObj(0x% x)", Status, pDevObj));415 } 416 417 return Status; 418 } 414 LOG(("VBoxUsbToolIoInternalCtlSendAsync completed with Status (0x%x) for pDevObj(0x%p)", Status, pDevObj)); 415 } 416 417 return Status; 418 }
Note:
See TracChangeset
for help on using the changeset viewer.