mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Trivial update to trace message plus the usual housekeeping...
svn path=/trunk/; revision=3943
This commit is contained in:
parent
add8773a9b
commit
176e744766
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue