From 84d3062eb330486c0a03ccb6681eab33e485bd7c Mon Sep 17 00:00:00 2001 From: short <> Date: Thu, 3 Apr 2003 12:23:07 +0000 Subject: [PATCH] IopMountFileSystem(): Cosmetic fix of debug message typo --- ntoskrnl/io/fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntoskrnl/io/fs.c b/ntoskrnl/io/fs.c index a241167..e8da549 100644 --- a/ntoskrnl/io/fs.c +++ b/ntoskrnl/io/fs.c @@ -243,7 +243,7 @@ IopMountFileSystem(PDEVICE_OBJECT DeviceObject, PIRP Irp; NTSTATUS Status; - DPRINT("IoAskFileSystemToMountDevice(DeviceObject %x, DeviceToMount %x)\n", + DPRINT("IopMountFileSystem(DeviceObject %x, DeviceToMount %x)\n", DeviceObject,DeviceToMount); assert_irql(PASSIVE_LEVEL); -- 1.8.3.1