mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Remove debug message
svn path=/trunk/; revision=14882
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user