From 165019c043794e00a8dba48cb99f26d15049c5a0 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sat, 19 Jul 2014 22:03:58 +0000 Subject: [PATCH] Add missing APLOGNO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611979 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_filters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : ""); -- 2.47.3