[ros-dev] [ros-diffs] [tkreuzer] 65255: Merged revision(s) 62353, 62531-62532, 62853, 64152, 64173-64174 from branches/kernel-fun/reactos: [NTOSKRNL] Implement SystemPrioritySeperation case in NtSetSystemInformation ......
Thomas Faber
thomas.faber at reactos.org
Tue Nov 4 22:57:47 UTC 2014
On 2014-11-04 21:47, tkreuzer at 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.
More information about the Ros-dev
mailing list