mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +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
|
||||
{
|
||||
DPRINT1("File not found %wZ\n", &PathNameU);
|
||||
DPRINT("FCB not found for %wZ\n", &PathNameU);
|
||||
Status = STATUS_UNSUCCESSFUL;
|
||||
}
|
||||
vfatReleaseFCB(DeviceExt, rcFcb);
|
||||
|
|
Loading…
Reference in a new issue