From 0632971eacfac377ce3c94961381a6118cf2bcab Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Wed, 19 Jun 2013 11:19:50 +0000 Subject: [PATCH] Update the log message number. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1494549 13f79535-47bb-0310-9956-ffa450edef68 --- docs/log-message-tags/next-number | 2 +- modules/http/http_filters.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index a630e9f55f..b8c6595ce3 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -2484 +2485 diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c index a794d95e8d..a4beb26bc9 100644 --- a/modules/http/http_filters.c +++ b/modules/http/http_filters.c @@ -1538,7 +1538,7 @@ AP_DECLARE(long) ap_get_client_block(request_rec *r, char *buffer, rv = ap_pass_brigade(r->output_filters, bb); if (APR_SUCCESS != rv) { - ap_log_rerror(APLOG_MARK, APLOG_INFO, rv, r, APLOGNO() + ap_log_rerror(APLOG_MARK, APLOG_INFO, rv, r, APLOGNO(02484) "Error while writing error response"); } -- 2.50.0