VirtualBox

Changeset 80889 in vbox for trunk


Ignore:
Timestamp:
Sep 18, 2019 1:15:15 PM (5 years ago)
Author:
vboxsync
Message:

USB/win: Corrected several debug logging format specifiers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxUsbTool.cpp

    r76553 r80889  
    405405    if (Status == STATUS_PENDING)
    406406    {
    407         LOG(("VBoxUsbToolIoInternalCtlSendAsync returned pending for pDevObj(0x%x)", pDevObj));
     407        LOG(("VBoxUsbToolIoInternalCtlSendAsync returned pending for pDevObj(0x%p)", pDevObj));
    408408        KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL);
    409409        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));
    411411    }
    412412    else
    413413    {
    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.

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