more descriptive debug message

svn path=/trunk/; revision=19563
This commit is contained in:
Royce Mitchell III 2005-11-25 17:13:40 +00:00
parent cf25abaf77
commit 8dc7b7d242

View file

@ -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;
}