mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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
|
* service control manager
|
||||||
*
|
*
|
||||||
|
@ -210,7 +210,7 @@ ScmNamedPipeListenerThread(LPVOID Context)
|
||||||
|
|
||||||
// hPipe = (HANDLE)Context;
|
// hPipe = (HANDLE)Context;
|
||||||
for (;;) {
|
for (;;) {
|
||||||
PrintString("SCM: Waiting for connection on named pipe...\n");
|
PrintString("SCM: Waiting for new connection on named pipe...\n");
|
||||||
/* Create named pipe */
|
/* Create named pipe */
|
||||||
if (!ScmCreateNamedPipe()) {
|
if (!ScmCreateNamedPipe()) {
|
||||||
PrintString("\nSCM: Failed to create named pipe\n");
|
PrintString("\nSCM: Failed to create named pipe\n");
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
*.d
|
*.d
|
||||||
|
*.o
|
||||||
|
|
Loading…
Reference in a new issue