diff --git a/reactos/drivers/filesystems/vfat/misc.c b/reactos/drivers/filesystems/vfat/misc.c index abc4f8df2dd..ac9dff09602 100644 --- a/reactos/drivers/filesystems/vfat/misc.c +++ b/reactos/drivers/filesystems/vfat/misc.c @@ -158,7 +158,7 @@ NTSTATUS NTAPI VfatBuildRequest ( { if (KeGetCurrentIrql() > PASSIVE_LEVEL) { - DPRINT1("Vfat is entered at irql = %d\n", Irql); + DPRINT1("Vfat is entered at irql = %d\n", KeGetCurrentIrql()); } FsRtlEnterFileSystem();