From: Christophe Jaillet Date: Sat, 19 Jul 2014 22:03:58 +0000 (+0000) Subject: Add missing APLOGNO. X-Git-Tag: 2.5.0-alpha~3931 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=654889ccbcb411a5a98a2143ac6a4dbbb0e79605;p=apache Add missing APLOGNO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611979 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c index a9ef037410..1b5b06e18a 100644 --- a/modules/http/http_filters.c +++ b/modules/http/http_filters.c @@ -208,7 +208,7 @@ static apr_status_t read_chunked_trailers(http_ctx_t *ctx, ap_filter_t *f, else { const char *error_notes = apr_table_get(r->notes, "error-notes"); - ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, + ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, APLOGNO(02656) "Error while reading HTTP trailer: %i%s%s", r->status, error_notes ? ": " : "", error_notes ? error_notes : "");