]> granicus.if.org Git - apache/commitdiff
Add missing APLOGNO.
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 19 Jul 2014 22:03:58 +0000 (22:03 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 19 Jul 2014 22:03:58 +0000 (22:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611979 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_filters.c

index a9ef0374109722bef2a292f33cd75efcd40935b3..1b5b06e18a3973fdc12fa7cf151125f9bc5aec06 100644 (file)
@@ -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 : "");