mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:03:00 +00:00
[smss] Display program which failed to run
svn path=/trunk/; revision=51624
This commit is contained in:
parent
91fb429184
commit
eac4b331b0
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ SmpRunBootAppsQueryRoutine(PWSTR ValueName,
|
||||||
NULL, NULL);
|
NULL, NULL);
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
DPRINT1("SM: %s: running '$S' failed (Status=0x%08lx)\n",
|
DPRINT1("SM: %s: running '%S' failed (Status=0x%08lx)\n",
|
||||||
__FUNCTION__, Status);
|
__FUNCTION__, ImagePath, Status);
|
||||||
}
|
}
|
||||||
return(STATUS_SUCCESS);
|
return(STATUS_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue