mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 16:39:45 +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,7 +1580,7 @@ IopQueryAttributesFile(IN POBJECT_ATTRIBUTES ObjectAttributes,
|
||||||
if (OpenPacket.ParseCheck != TRUE)
|
if (OpenPacket.ParseCheck != TRUE)
|
||||||
{
|
{
|
||||||
/* Parse failed */
|
/* Parse failed */
|
||||||
DPRINT1("IopQueryAttributesFile failed for '%wZ' with 0x%lx\n",
|
DPRINT("IopQueryAttributesFile failed for '%wZ' with 0x%lx\n",
|
||||||
ObjectAttributes->ObjectName, Status);
|
ObjectAttributes->ObjectName, Status);
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue