- Fix build.

svn path=/trunk/; revision=31738
This commit is contained in:
Aleksey Bragin 2008-01-12 15:38:35 +00:00
parent 2fe5326868
commit daea1a27a5

View file

@ -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();