mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[KERNEL32]: Improve SxS DPRINT info, based on Mark Jansen's suggestion. CORE-10524
svn path=/trunk/; revision=73479
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user