mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:51:58 +00:00
more descriptive debug message
svn path=/trunk/; revision=19563
This commit is contained in:
parent
cf25abaf77
commit
8dc7b7d242
1 changed files with 2 additions and 1 deletions
|
@ -569,7 +569,8 @@ IoCreateDevice(PDRIVER_OBJECT DriverObject,
|
||||||
|
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
DPRINT1("Cannot insert Device Object into Handle Table (status 0x%08lx)\n", Status);
|
DPRINT1("Cannot insert Device Object '%wZ' into Handle Table (status 0x%08lx)\n",
|
||||||
|
DeviceName, Status);
|
||||||
*DeviceObject = NULL;
|
*DeviceObject = NULL;
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue