mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 00:35:40 +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 */
|
||||
Status = ScmStartService(lpService);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT("ScmStartService failed!\n");
|
||||
return RtlNtStatusToDosError(Status);
|
||||
}
|
||||
|
||||
return dwError;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue