From: Bill Stoddard Date: Fri, 18 Feb 2005 17:05:29 +0000 (+0000) Subject: Win32: output some useful debug messages when installing the service X-Git-Tag: 2.1.3~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14aff882b634658cc2642ad8d709a1b14e771775;p=apache Win32: output some useful debug messages when installing the service git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154322 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index 78605d6449..d4b4f1c308 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -1291,6 +1291,8 @@ void winnt_rewrite_args(process_rec *process) 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 @@ void winnt_rewrite_args(process_rec *process) 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.