]> granicus.if.org Git - apache/commitdiff
An error is an error. Since we replace the message with 'failed to
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 22 Mar 2002 06:51:52 +0000 (06:51 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 22 Mar 2002 06:51:52 +0000 (06:51 +0000)
  invoke command; ...' we aught to log it at the right level.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94122 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_cgi.c

index 6f625970bff739595a8153950ff5bf68efe7298a..fb48e486cc2a6a7543c9fcc380ed25d319ec6e11 100644 (file)
@@ -466,7 +466,7 @@ static apr_status_t run_cgi_child(apr_file_t **script_out,
             /* Bad things happened. Everyone should have cleaned up. */
 #if APR_HAS_PROC_INVOKED
             if (procnew->invoked) {
-                ap_log_rerror(APLOG_MARK, APLOG_INFO, rc, r,
+                ap_log_rerror(APLOG_MARK, APLOG_ERR, rc, r,
                               "mod_cgi: failed to invoke process: %s", 
                               procnew->invoked);
             }