Commit 9a9aa6a6 authored by Bill Stoddard's avatar Bill Stoddard
Browse files

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
parent 023cc4c0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.