mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 13:29:43 +00:00
[NTOS:IO]
- Silence super noisy debug print in IopQueryAttributesFile svn path=/trunk/; revision=65277
This commit is contained in:
parent
0e9ce28f2c
commit
468b64c679
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue