So, finally, do that right... (re. 29956).

svn path=/trunk/; revision=29957
This commit is contained in:
Aleksey Bragin 2007-10-29 16:49:54 +00:00
parent b0c1506b7e
commit 904dde02c7

View file

@ -772,10 +772,10 @@ ScmStartUserModeService(PSERVICE Service,
4, 4,
30000, 30000,
NULL); NULL);
DPRINT1("CreateNamedPipeW(%S) done\n", NtControlPipeName); DPRINT("CreateNamedPipeW(%S) done\n", NtControlPipeName);
if (Service->ControlPipeHandle == INVALID_HANDLE_VALUE) if (Service->ControlPipeHandle == INVALID_HANDLE_VALUE)
{ {
DPRINT("Failed to create control pipe!\n"); DPRINT1("Failed to create control pipe!\n");
return GetLastError(); return GetLastError();
} }