From: Yann Ylavic Date: Sun, 19 Apr 2015 11:42:52 +0000 (+0000) Subject: Fix duplicated APLOGNOs from r1661067 and r1661448. X-Git-Tag: 2.5.0-alpha~3252 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40c7c158055f6f303838c04c63b08f911255428f;p=apache Fix duplicated APLOGNOs from r1661067 and r1661448. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1674606 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 6cda91b396..cc378d9e4b 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -2841 +2842 diff --git a/server/core.c b/server/core.c index 3a6f2ab065..fb6a023611 100644 --- a/server/core.c +++ b/server/core.c @@ -855,7 +855,7 @@ char *ap_response_code_string(request_rec *r, int error_index) response = ap_expr_str_exec(r, expr, &err); if (err) { ap_log_rerror( - APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(02830) "core: ErrorDocument: can't " + APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(02841) "core: ErrorDocument: can't " "evaluate require expression: %s", err); return NULL; }