diff --git a/reactos/lib/fslib/vfatxlib/vfatxlib.c b/reactos/lib/fslib/vfatxlib/vfatxlib.c index 38e4a77d300..c91f71ddf5d 100644 --- a/reactos/lib/fslib/vfatxlib/vfatxlib.c +++ b/reactos/lib/fslib/vfatxlib/vfatxlib.c @@ -162,7 +162,7 @@ VfatxFormat (PUNICODE_STRING DriveRoot, Callback (DONE, 0, (PVOID)&Context.Success); } - DPRINT("VfatFormat() done. Status 0x%.08x\n", Status); + DPRINT("VfatxFormat() done. Status 0x%.08x\n", Status); return Status; }