[KERNEL32]: Improve SxS DPRINT info, based on Mark Jansen's suggestion. CORE-10524

svn path=/trunk/; revision=73479
This commit is contained in:
Hermès Bélusca-Maïto
2016-12-22 22:37:26 +00:00
parent 21a0d64aa3
commit a01ab28f62
+2 -1
View File
@@ -2925,10 +2925,11 @@ StartScan:
/* Cleanup in preparation for failure or success */
RtlReleaseRelativeName(&SxsWin32RelativePath);
if (!NT_SUCCESS(Status))
{
/* Failure path, try to understand why */
DPRINT1("Open file failed: %lx\n", Status);
DPRINT1("Open file failed: %lx (%wZ)\n", Status, &PathName);
if (RtlIsDosDeviceName_U(lpApplicationName))
{
/* If a device is being executed, return this special error code */