]> granicus.if.org Git - apache/commitdiff
APLOGNO tagging
authorStefan Eissing <icing@apache.org>
Mon, 21 Mar 2016 09:17:13 +0000 (09:17 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 21 Mar 2016 09:17:13 +0000 (09:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735930 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/http2/h2_request.c

index 13415bb98d5b29531a5d27eb51368c310a17ce1b..49571090a4849a4efbc8bbde2b7975751b931af9 100644 (file)
@@ -1 +1 @@
-3357
+3378
index 923b62554f9d155f5bf13ab71639663403e3f4f4..acd89a684cfcec25db24346f139b040a03e12cfd 100644 (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);