update for HEAD-2003091401
[reactos.git] / subsys / system / winlogon / winlogon.c
index 3ab16dc..98bd441 100644 (file)
@@ -64,8 +64,10 @@ static BOOLEAN StartServices(VOID)
    StartupInfo.dwFlags = 0;
    StartupInfo.cbReserved2 = 0;
    StartupInfo.lpReserved2 = 0;
-   
+
+#if 0   
    PrintString("WL: Creating new process - \"services.exe\".\n");
+#endif
 
    Result = CreateProcess(CommandLine,
                           NULL,
@@ -109,7 +111,7 @@ static BOOLEAN StartServices(VOID)
    WaitForSingleObject(ServicesInitEvent, INFINITE);
    //DbgPrint("WL: Closing event object \"SvcctrlStartEvent_A3725DX\"\n");
    CloseHandle(ServicesInitEvent);
-   DbgPrint("WL: StartServices() Done.\n");
+   //DbgPrint("WL: StartServices() Done.\n");
       
    return TRUE;
 }