Removed debug spamming from previous checkin

svn path=/trunk/; revision=29956
This commit is contained in:
Gregor Brunmar 2007-10-29 16:42:36 +00:00
parent 2b88e1ebf0
commit b0c1506b7e

View file

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