mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[LIBUSB]
- Fix bug introduced in 58268 - Spotted by Usurp svn path=/trunk/; revision=58269
This commit is contained in:
parent
b60486430f
commit
c7ba42abc2
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ CHCDController::Initialize(
|
|||
Status = m_Hardware->Initialize(m_DriverObject, m_FunctionalDeviceObject, m_PhysicalDeviceObject, m_NextDeviceObject);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("[%S] Failed to initialize hardware object %x\n", Status);
|
||||
DPRINT1("[%S] Failed to initialize hardware object %x\n", m_Hardware->GetUSBType(), Status);
|
||||
|
||||
//
|
||||
// failed to initialize hardware object, detach from device stack
|
||||
|
|
Loading…
Reference in a new issue