diff --git a/reactos/dll/win32/kernel32/client/proc.c b/reactos/dll/win32/kernel32/client/proc.c index a13a139c88e..041adf69313 100644 --- a/reactos/dll/win32/kernel32/client/proc.c +++ b/reactos/dll/win32/kernel32/client/proc.c @@ -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 */