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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user