[ros-diffs] [hpoussin] 28243: Be less alarming in a debug message
hpoussin at svn.reactos.org
hpoussin at svn.reactos.org
Wed Aug 8 12:46:03 CEST 2007
Author: hpoussin
Date: Wed Aug 8 14:46:03 2007
New Revision: 28243
URL: http://svn.reactos.org/svn/reactos?rev=28243&view=rev
Log:
Be less alarming in a debug message
Modified:
trunk/reactos/drivers/filesystems/vfat/create.c
Modified: trunk/reactos/drivers/filesystems/vfat/create.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/vfat/create.c?rev=28243&r1=28242&r2=28243&view=diff
==============================================================================
--- trunk/reactos/drivers/filesystems/vfat/create.c (original)
+++ trunk/reactos/drivers/filesystems/vfat/create.c Wed Aug 8 14:46:03 2007
@@ -249,7 +249,7 @@
}
else
{
- DPRINT1("File not found %wZ\n", &PathNameU);
+ DPRINT("FCB not found for %wZ\n", &PathNameU);
Status = STATUS_UNSUCCESSFUL;
}
vfatReleaseFCB(DeviceExt, rcFcb);
More information about the Ros-diffs
mailing list