Trivial update to trace message plus the usual housekeeping...

svn path=/trunk/; revision=3943
This commit is contained in:
Robert Dickenson 2003-01-05 19:18:44 +00:00
parent add8773a9b
commit 176e744766
2 changed files with 3 additions and 2 deletions

View file

@ -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");

View file

@ -1 +1,2 @@
*.d *.d
*.o