From: Stefan Eissing Date: Mon, 21 Mar 2016 09:17:13 +0000 (+0000) Subject: APLOGNO tagging X-Git-Tag: 2.5.0-alpha~1855 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aca09955d164fe203d15e03662183d455e9ed92c;p=apache APLOGNO tagging git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735930 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 13415bb98d..49571090a4 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -3357 +3378 diff --git a/modules/http2/h2_request.c b/modules/http2/h2_request.c index 923b62554f..acd89a684c 100644 --- a/modules/http2/h2_request.c +++ b/modules/http2/h2_request.c @@ -414,7 +414,7 @@ request_rec *h2_request_create_rec(const h2_request *req, conn_rec *c) /* Request check post hooks failed. An example of this would be a * request for a vhost where h2 is disabled --> 421. */ - ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO() + ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO(03367) "h2_request(%d): access_status=%d, request_create failed", req->id, access_status); ap_die(access_status, r);