[ros-diffs] [royce] 19563: more descriptive debug message
royce at svn.reactos.com
royce at svn.reactos.com
Fri Nov 25 18:13:58 CET 2005
more descriptive debug message
Modified: trunk/reactos/ntoskrnl/io/device.c
_____
Modified: trunk/reactos/ntoskrnl/io/device.c
--- trunk/reactos/ntoskrnl/io/device.c 2005-11-25 17:02:43 UTC (rev
19562)
+++ trunk/reactos/ntoskrnl/io/device.c 2005-11-25 17:13:40 UTC (rev
19563)
@@ -569,7 +569,8 @@
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;
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051125/09fa6f27/attachment.html
More information about the Ros-diffs
mailing list