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/31 14:26:37 UTC

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

Author: icing
Date: Fri Mar 31 14:26:37 2017
New Revision: 1789692

URL: http://svn.apache.org/viewvc?rev=1789692&view=rev
Log:
On the trunk:

mod_http2: log tags updated


Modified:
    httpd/httpd/trunk/docs/log-message-tags/next-number
    httpd/httpd/trunk/modules/http2/h2_mplx.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=1789692&r1=1789691&r2=1789692&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/log-message-tags/next-number (original)
+++ httpd/httpd/trunk/docs/log-message-tags/next-number Fri Mar 31 14:26:37 2017
@@ -1 +1 @@
-10021
+10022

Modified: httpd/httpd/trunk/modules/http2/h2_mplx.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http2/h2_mplx.c?rev=1789692&r1=1789691&r2=1789692&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http2/h2_mplx.c (original)
+++ httpd/httpd/trunk/modules/http2/h2_mplx.c Fri Mar 31 14:26:37 2017
@@ -672,7 +672,7 @@ static void register_if_needed(h2_mplx *
             m->is_registered = 1;
         }
         else {
-            ap_log_cerror(APLOG_MARK, APLOG_ERR, status, m->c, APLOGNO()
+            ap_log_cerror(APLOG_MARK, APLOG_ERR, status, m->c, APLOGNO(10021)
                           "h2_mplx(%ld): register at workers", m->id);
         }
     }