From: Rainer Jung Date: Tue, 19 Jan 2016 13:37:42 +0000 (+0000) Subject: Remove APLOGNO after moving log message to X-Git-Tag: 2.5.0-alpha~2366 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=685dc52f64fa5abe7c2279357656346fb28c091c;p=thirdparty%2Fapache%2Fhttpd.git Remove APLOGNO after moving log message to TRACE1 in r1724847. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725516 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_cgid.c b/modules/generators/mod_cgid.c index 4b2585eca64..a605c0ba4fe 100644 --- a/modules/generators/mod_cgid.c +++ b/modules/generators/mod_cgid.c @@ -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"); } }