mirror of
https://github.com/reactos/reactos.git
synced 2025-04-17 11:10:05 +00:00
Silence a debug message.
svn path=/trunk/; revision=17249
This commit is contained in:
parent
19f47fc57c
commit
f52a064741
1 changed files with 1 additions and 2 deletions
|
@ -916,8 +916,7 @@ IoCreateFile(OUT PHANDLE FileHandle,
|
|||
|
||||
/* HACK */
|
||||
FileObject->Flags |= FO_DIRECT_DEVICE_OPEN;
|
||||
|
||||
DPRINT1("%wZ\n", ObjectAttributes->ObjectName);
|
||||
DPRINT("%wZ\n", ObjectAttributes->ObjectName);
|
||||
|
||||
ObDereferenceObject (DeviceObject);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue