1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

APLOGNO tagging

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735930 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Eissing
2016-03-21 09:17:13 +00:00
parent 74a8534d9e
commit aca09955d1
2 changed files with 2 additions and 2 deletions

View File

@@ -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);