[NTOS:IO] IopCheckDeviceAndDriver(): Improve DPRINT trace

This commit is contained in:
Hermès Bélusca-Maïto
2026-04-07 20:23:56 +02:00
parent 9a6dfe313d
commit 474348fcb4
+2 -2
View File
@@ -142,8 +142,8 @@ IopCheckDeviceAndDriver(IN POPEN_PACKET OpenPacket,
DOE_REMOVE_PENDING | DOE_REMOVE_PROCESSED)))
{
/* It's initializing or unloading, so fail */
DPRINT1("You are seeing this because the following ROS driver: %wZ\n"
" sucks. Please fix it's AddDevice Routine\n",
DPRINT1("\nYou are seeing this because the following ROS driver: %wZ\n"
"sucks. Please fix its AddDevice routine.\n",
&DeviceObject->DriverObject->DriverName);
return STATUS_NO_SUCH_DEVICE;
}