mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Trivial update to trace message plus the usual housekeeping...
svn path=/trunk/; revision=3943
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: services.c,v 1.10 2002/12/27 13:54:28 robd Exp $
|
||||
/* $Id: services.c,v 1.11 2003/01/05 19:18:44 robd Exp $
|
||||
*
|
||||
* service control manager
|
||||
*
|
||||
@@ -210,7 +210,7 @@ ScmNamedPipeListenerThread(LPVOID Context)
|
||||
|
||||
// hPipe = (HANDLE)Context;
|
||||
for (;;) {
|
||||
PrintString("SCM: Waiting for connection on named pipe...\n");
|
||||
PrintString("SCM: Waiting for new connection on named pipe...\n");
|
||||
/* Create named pipe */
|
||||
if (!ScmCreateNamedPipe()) {
|
||||
PrintString("\nSCM: Failed to create named pipe\n");
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
*.d
|
||||
*.o
|
||||
|
||||
Reference in New Issue
Block a user