From: Stefan Eissing Date: Sun, 12 Mar 2017 14:05:05 +0000 (+0000) Subject: update log tags X-Git-Tag: 2.5.0-alpha~566 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bbc5978e8a5a7c225b9134b102d52608a99878d;p=thirdparty%2Fapache%2Fhttpd.git update log tags git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1786576 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 8a0934b514a..56b85155760 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10020 +10021 diff --git a/modules/http2/h2_session.c b/modules/http2/h2_session.c index e27b48cba65..8c74a68a9de 100644 --- a/modules/http2/h2_session.c +++ b/modules/http2/h2_session.c @@ -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");