You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2017/03/12 14:05:05 UTC

svn commit: r1786576 - in /httpd/httpd/trunk: docs/log-message-tags/next-number modules/http2/h2_session.c

Author: icing
Date: Sun Mar 12 14:05:05 2017
New Revision: 1786576

URL: http://svn.apache.org/viewvc?rev=1786576&view=rev
Log:
update log tags

Modified:
    httpd/httpd/trunk/docs/log-message-tags/next-number
    httpd/httpd/trunk/modules/http2/h2_session.c

Modified: httpd/httpd/trunk/docs/log-message-tags/next-number
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/log-message-tags/next-number?rev=1786576&r1=1786575&r2=1786576&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/log-message-tags/next-number (original)
+++ httpd/httpd/trunk/docs/log-message-tags/next-number Sun Mar 12 14:05:05 2017
@@ -1 +1 @@
-10020
+10021

Modified: httpd/httpd/trunk/modules/http2/h2_session.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http2/h2_session.c?rev=1786576&r1=1786575&r2=1786576&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http2/h2_session.c (original)
+++ httpd/httpd/trunk/modules/http2/h2_session.c Sun Mar 12 14:05:05 2017
@@ -730,7 +730,7 @@ static apr_status_t session_pool_cleanup
          * 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");