Silenced a debug message.

svn path=/trunk/; revision=7819
This commit is contained in:
Eric Kohl
2004-01-21 23:20:46 +00:00
parent 7bd7074cb3
commit f4bafd97b4
+2 -2
View File
@@ -1,4 +1,4 @@
/* $Id: dir.c,v 1.41 2003/12/28 21:25:48 gvg Exp $
/* $Id: dir.c,v 1.42 2004/01/21 23:20:46 ekohl Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@@ -167,7 +167,7 @@ CreateDirectoryExW (
NULL))
return FALSE;
DPRINT1 ("NtPathU \'%wZ\'\n", &NtPathU);
DPRINT ("NtPathU \'%wZ\'\n", &NtPathU);
ObjectAttributes.Length = sizeof(OBJECT_ATTRIBUTES);
ObjectAttributes.RootDirectory = NULL;