]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1780327 and r1780329: mute update-log-tags.
authorYann Ylavic <ylavic@apache.org>
Mon, 20 Feb 2017 14:08:27 +0000 (14:08 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 20 Feb 2017 14:08:27 +0000 (14:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1783767 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_fcgi.c

index 6601dca8d2191bbb7af5d58bbbc2f47500c62703..e43dbcd605575034b01c942c50ffafbd9af24fe4 100644 (file)
@@ -365,11 +365,11 @@ static apr_status_t send_environment(proxy_conn_rec *conn, request_rec *r,
     }
 
 #if 0
-    ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(09999)
+    ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r,
                   "r->filename: %s", (r->filename ? r->filename : "nil"));
-    ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(09999)
+    ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r,
                   "r->uri: %s", (r->uri ? r->uri : "nil"));
-    ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(09999)
+    ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r,
                   "r->path_info: %s", (r->path_info ? r->path_info : "nil"));
 #endif