]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update log tags
authorStefan Eissing <icing@apache.org>
Sun, 12 Mar 2017 14:05:05 +0000 (14:05 +0000)
committerStefan Eissing <icing@apache.org>
Sun, 12 Mar 2017 14:05:05 +0000 (14:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1786576 13f79535-47bb-0310-9956-ffa450edef68

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

index 8a0934b514a47ecaba382db654ee89559df42216..56b851557605b3f3330eda3339a63508f77c4969 100644 (file)
@@ -1 +1 @@
-10020
+10021
index e27b48cba65348d7d128bbefd60826f3ebb97c2d..8c74a68a9dea0a4935b7f7eb34236c808d347ee2 100644 (file)
@@ -730,7 +730,7 @@ static apr_status_t session_pool_cleanup(void *data)
          * data which has, at this time, already been freed. An example
          * is mod_ssl that uses request hooks. */
         ap_log_cerror(APLOG_MARK, APLOG_WARNING, 0, c,
-                      H2_SSSN_LOG(APLOGNO(), session, 
+                      H2_SSSN_LOG(APLOGNO(10020) session, 
                       "session cleanup triggered by pool cleanup. "
                       "this should have happened earlier already."));
         return session_cleanup(session, "pool cleanup");