VirtualBox

Ignore:
Timestamp:
Aug 1, 2011 5:03:03 PM (13 years ago)
Author:
vboxsync
Message:

usb/win: logging fixes

File:
1 edited

Legend:

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

    r38262 r38268  
    216216    for (int i = 0; i < 16; i++)
    217217    {
    218         WCHAR           szwHubName[32];
    219         char            szHubName[32];
     218        WCHAR           szwHubName[32] = {};
     219        char            szHubName[32] = {};
    220220        ANSI_STRING     AnsiName;
    221221        UNICODE_STRING  UnicodeName;
     
    246246                {
    247247                    LOG(("Associated driver"));
    248                     LOG_STRW(pHubDevObj->DriverObject->DriverName.Buffer);
     248                    LOG_USTR(&pHubDevObj->DriverObject->DriverName);
    249249                    LOG(("pnp handler %p\n", pHubDevObj->DriverObject->MajorFunction[IRP_MJ_PNP]));
    250250
     
    256256            else
    257257            {
    258                 WARN(("IoGetDeviceObjectPointer returned Status (0x%x) for %S", Status, szwHubName));
     258                WARN(("IoGetDeviceObjectPointer returned Status (0x%x) for (%S)", Status, szwHubName));
    259259            }
    260260        }
    261261        else
    262262        {
    263             WARN(("RtlAnsiStringToUnicodeString failed, Status (0x%x)", Status));
     263            WARN(("RtlAnsiStringToUnicodeString failed, Status (0x%x) for Ansu name (%s)", Status, szHubName));
    264264        }
    265265    }
     
    841841    Assert(pFileObj->FsContext);
    842842    PVBOXUSBMONCTX pCtx = (PVBOXUSBMONCTX)pFileObj->FsContext;
     843
     844    LOG(("VBoxUsbMonClose"));
     845
    843846    NTSTATUS Status = vboxUsbMonContextClose(pCtx);
    844847    if (Status != STATUS_SUCCESS)
     
    859862            WARN(("ulPreventUnloadOn already set"));
    860863        }
     864        LOG(("success!!"));
    861865        Status = STATUS_SUCCESS;
    862866    }
     
    875879    NTSTATUS Status;
    876880
    877     LOG(("VBoxUSBMonCreate\n"));
     881    LOG(("VBoxUSBMonCreate"));
    878882
    879883    if (pStack->Parameters.Create.Options & FILE_DIRECTORY_FILE)
    880884    {
    881         WARN(("trying to open as a directory\n"));
     885        WARN(("trying to open as a directory"));
    882886        pIrp->IoStatus.Status = STATUS_NOT_A_DIRECTORY;
    883887        pIrp->IoStatus.Information = 0;
     
    896900    else
    897901    {
    898         WARN(("vboxUsbMonContextCreate failed Status (0x%x)\n", Status));
     902        WARN(("vboxUsbMonContextCreate failed Status (0x%x)", Status));
    899903    }
    900904
     
    12441248{
    12451249#ifdef DEBUG_misha
    1246     RTLogGroupSettings(0, "+default.e.l.f.l2.l3");;
     1250    RTLogGroupSettings(0, "+default.e.l.f.l2.l3");
     1251    RTLogDestinations(0, "debugger");
    12471252#endif
    12481253
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