[NTOS:IO]
authorThomas Faber <thomas.faber@reactos.org>
Wed, 5 Nov 2014 23:27:04 +0000 (23:27 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Wed, 5 Nov 2014 23:27:04 +0000 (23:27 +0000)
- Silence super noisy debug print in IopQueryAttributesFile

svn path=/trunk/; revision=65277

reactos/ntoskrnl/io/iomgr/file.c

index bcb3fbb..6b454d9 100644 (file)
@@ -1580,8 +1580,8 @@ IopQueryAttributesFile(IN POBJECT_ATTRIBUTES ObjectAttributes,
     if (OpenPacket.ParseCheck != TRUE)
     {
         /* Parse failed */
-        DPRINT1("IopQueryAttributesFile failed for '%wZ' with 0x%lx\n",
-                ObjectAttributes->ObjectName, Status);
+        DPRINT("IopQueryAttributesFile failed for '%wZ' with 0x%lx\n",
+               ObjectAttributes->ObjectName, Status);
         return Status;
     }
     else