From: short <> Date: Thu, 3 Apr 2003 12:23:07 +0000 (+0000) Subject: IopMountFileSystem(): Cosmetic fix of debug message typo X-Git-Tag: captive-0_2~13 X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=commitdiff_plain;h=84d3062eb330486c0a03ccb6681eab33e485bd7c IopMountFileSystem(): Cosmetic fix of debug message typo --- 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);