]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove APLOGNO after moving log message to
authorRainer Jung <rjung@apache.org>
Tue, 19 Jan 2016 13:37:42 +0000 (13:37 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 19 Jan 2016 13:37:42 +0000 (13:37 +0000)
TRACE1 in r1724847.

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

modules/generators/mod_cgid.c

index 4b2585eca642985b67230c0fa8f51514869b73e0..a605c0ba4fee613950312281858973f363b2c31b 100644 (file)
@@ -1675,7 +1675,8 @@ static int cgid_handler(request_rec *r)
 
         rv = ap_pass_brigade(r->output_filters, bb);
         if (rv != APR_SUCCESS) { 
-            ap_log_rerror(APLOG_MARK, APLOG_TRACE1, rv, r, APLOGNO(02550) "Failed to flush CGI output to client");
+            ap_log_rerror(APLOG_MARK, APLOG_TRACE1, rv, r,
+                          "Failed to flush CGI output to client");
         }
     }