[smss] Display program which failed to run

svn path=/trunk/; revision=51624
This commit is contained in:
Hervé Poussineau 2011-05-07 16:31:49 +00:00
parent 91fb429184
commit eac4b331b0

View file

@ -85,8 +85,8 @@ SmpRunBootAppsQueryRoutine(PWSTR ValueName,
NULL, NULL);
if (!NT_SUCCESS(Status))
{
DPRINT1("SM: %s: running '$S' failed (Status=0x%08lx)\n",
__FUNCTION__, Status);
DPRINT1("SM: %s: running '%S' failed (Status=0x%08lx)\n",
__FUNCTION__, ImagePath, Status);
}
return(STATUS_SUCCESS);
}