You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2005/02/18 18:05:31 UTC

svn commit: r154322 - httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.c

Author: stoddard
Date: Fri Feb 18 09:05:29 2005
New Revision: 154322

URL: http://svn.apache.org/viewcvs?view=rev&rev=154322
Log:
Win32: output some useful debug messages when installing the service

Modified:
    httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.c

Modified: httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.c?view=diff&r1=154321&r2=154322
==============================================================================
--- httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.c (original)
+++ httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.c Fri Feb 18 09:05:29 2005
@@ -1291,6 +1291,8 @@
                 exit(rv);
             }
             /* Proceed to post_config in order to test the installed configuration */
+            fprintf(stderr,"Testing httpd.conf....\n");
+            fprintf(stderr,"Errors reported here must be corrected before the service can be started.\n");
         }
     }
     else if (running_as_service)
@@ -1345,6 +1347,8 @@
             exit(rv);
         }
         /* Proceed to post_config in order to test the installed configuration */
+        fprintf(stderr,"Testing httpd.conf....\n");
+        fprintf(stderr,"Errors reported here must be corrected before the service can be started.\n");
     }
     
     /* Track the args actually entered by the user.