From: Christophe Jaillet Date: Sat, 19 Jul 2014 22:03:58 +0000 (+0000) Subject: Add missing APLOGNO. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=165019c043794e00a8dba48cb99f26d15049c5a0;p=thirdparty%2Fapache%2Fhttpd.git 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 a9ef0374109..1b5b06e18a3 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 : "");