mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
more descriptive debug message
svn path=/trunk/; revision=19563
This commit is contained in:
@@ -569,7 +569,8 @@ IoCreateDevice(PDRIVER_OBJECT DriverObject,
|
||||
|
||||
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;
|
||||
return Status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user