On 2014-11-04 21:47, tkreu...@svn.reactos.org wrote:
> --- trunk/reactos/ntoskrnl/io/iomgr/file.c    [iso-8859-1] (original)
> +++ trunk/reactos/ntoskrnl/io/iomgr/file.c    [iso-8859-1] Tue Nov  4 
> 20:47:18 2014
> @@ -1580,6 +1580,8 @@
>      if (OpenPacket.ParseCheck != TRUE)
>      {
>          /* Parse failed */
> +        DPRINT1("IopQueryAttributesFile failed for '%wZ' with 0x%lx\n",
> +                ObjectAttributes->ObjectName, Status);
>          return Status;
>      }
>      else

This one seems to be super noisy on testbot.

_______________________________________________
Ros-dev mailing list
Ros-dev@reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to