mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:03:02 +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 */
|
/* HACK */
|
||||||
FileObject->Flags |= FO_DIRECT_DEVICE_OPEN;
|
FileObject->Flags |= FO_DIRECT_DEVICE_OPEN;
|
||||||
|
DPRINT("%wZ\n", ObjectAttributes->ObjectName);
|
||||||
DPRINT1("%wZ\n", ObjectAttributes->ObjectName);
|
|
||||||
|
|
||||||
ObDereferenceObject (DeviceObject);
|
ObDereferenceObject (DeviceObject);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue