mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:42:59 +00:00
Add debug print
svn path=/trunk/; revision=23584
This commit is contained in:
parent
361a28608d
commit
3eb1c6a341
1 changed files with 3 additions and 0 deletions
|
@ -1792,7 +1792,10 @@ ScmrStartServiceW(handle_t BindingHandle,
|
||||||
/* Start the service */
|
/* Start the service */
|
||||||
Status = ScmStartService(lpService);
|
Status = ScmStartService(lpService);
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
|
{
|
||||||
|
DPRINT("ScmStartService failed!\n");
|
||||||
return RtlNtStatusToDosError(Status);
|
return RtlNtStatusToDosError(Status);
|
||||||
|
}
|
||||||
|
|
||||||
return dwError;
|
return dwError;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue