mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Remove debug message
svn path=/trunk/; revision=14882
This commit is contained in:
parent
7b4892749e
commit
f04a0c4e50
1 changed files with 1 additions and 1 deletions
|
@ -895,7 +895,7 @@ IoCreateFile(OUT PHANDLE FileHandle,
|
|||
* immediately.
|
||||
*/
|
||||
Status = IofCallDriver(FileObject->DeviceObject, Irp );
|
||||
DPRINT1("Status :%x\n", Status);
|
||||
DPRINT("Status :%x\n", Status);
|
||||
|
||||
if (Status == STATUS_PENDING)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue