]> granicus.if.org Git - apache/commitdiff
Fixed a typo introduced by my previous commit, really sorry about it
authorLuca Toscano <elukey@apache.org>
Mon, 1 Aug 2016 11:01:04 +0000 (11:01 +0000)
committerLuca Toscano <elukey@apache.org>
Mon, 1 Aug 2016 11:01:04 +0000 (11:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1754734 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_fcgi.c

index 1bdd200733f0c9421012154f076219982b8c94f2..53455322b1389439c359a0a5bfe65cce9c34436a 100644 (file)
@@ -305,7 +305,7 @@ static apr_status_t send_environment(proxy_conn_rec *conn, request_rec *r,
         for (i = 0; i < envarr->nelts; ++i) {
             ap_log_rerror(APLOG_MARK, APLOG_TRACE8, 0, r, APLOGNO(01062)
                           "sending env var '%s' value '%s'",
-                          elts[i].key, elts[i].valq);
+                          elts[i].key, elts[i].val);
         }
     }