Be less alarming in a debug message

svn path=/trunk/; revision=28243
This commit is contained in:
Hervé Poussineau 2007-08-08 10:46:03 +00:00
parent 7707da030b
commit 583043c3b0

View file

@ -249,7 +249,7 @@ FindFile (
}
else
{
DPRINT1("File not found %wZ\n", &PathNameU);
DPRINT("FCB not found for %wZ\n", &PathNameU);
Status = STATUS_UNSUCCESSFUL;
}
vfatReleaseFCB(DeviceExt, rcFcb);