mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:42:56 +00:00
Be less alarming in a debug message
svn path=/trunk/; revision=28243
This commit is contained in:
parent
7707da030b
commit
583043c3b0
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ FindFile (
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DPRINT1("File not found %wZ\n", &PathNameU);
|
DPRINT("FCB not found for %wZ\n", &PathNameU);
|
||||||
Status = STATUS_UNSUCCESSFUL;
|
Status = STATUS_UNSUCCESSFUL;
|
||||||
}
|
}
|
||||||
vfatReleaseFCB(DeviceExt, rcFcb);
|
vfatReleaseFCB(DeviceExt, rcFcb);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue