Update of /cvsroot/pywin32/pywin32/win32/src
In directory sc8-pr-cvs1:/tmp/cvs-serv11854
Modified Files:
PythonService.cpp
Log Message:
Sheesh - I checked in a file that doesn't build :(
Index: PythonService.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/src/PythonService.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** PythonService.cpp 6 Oct 2003 13:01:49 -0000 1.5
--- PythonService.cpp 8 Oct 2003 00:14:58 -0000 1.6
***************
*** 481,485 ****
printf(" -debug servicename [parms] - debug the Python service.\n");
printf("\nNOTE: You do not start the service using this program - start the\n");
! printf("service using Control Panel, or 'net start %s'\n", svcName);
printf("\nConnecting to the service control manager....\n");
--- 481,485 ----
printf(" -debug servicename [parms] - debug the Python service.\n");
printf("\nNOTE: You do not start the service using this program - start the\n");
! printf("service using Control Panel, or 'net start service_name'\n");
printf("\nConnecting to the service control manager....\n");
|