]> granicus.if.org Git - apache/commitdiff
Win32: output some useful debug messages when installing the service
authorBill Stoddard <stoddard@apache.org>
Fri, 18 Feb 2005 17:05:29 +0000 (17:05 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 18 Feb 2005 17:05:29 +0000 (17:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154322 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm_winnt.c

index 78605d64498936daf852af97c1941b4ad79d1288..d4b4f1c30890c48f6b030c1968e436d56d8f9925 100644 (file)
@@ -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.