mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:52:56 +00:00
Removed debug spamming from previous checkin
svn path=/trunk/; revision=29956
This commit is contained in:
parent
2b88e1ebf0
commit
b0c1506b7e
1 changed files with 1 additions and 1 deletions
|
@ -775,7 +775,7 @@ ScmStartUserModeService(PSERVICE Service,
|
||||||
DPRINT1("CreateNamedPipeW(%S) done\n", NtControlPipeName);
|
DPRINT1("CreateNamedPipeW(%S) done\n", NtControlPipeName);
|
||||||
if (Service->ControlPipeHandle == INVALID_HANDLE_VALUE)
|
if (Service->ControlPipeHandle == INVALID_HANDLE_VALUE)
|
||||||
{
|
{
|
||||||
DPRINT1("Failed to create control pipe!\n");
|
DPRINT("Failed to create control pipe!\n");
|
||||||
return GetLastError();
|
return GetLastError();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue