From: Stefan Eissing Date: Fri, 31 Mar 2017 14:26:37 +0000 (+0000) Subject: On the trunk: X-Git-Tag: 2.5.0-alpha~509 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1f02a1df5376c3d856c1c03a0c7023bfded0b29;p=apache On the trunk: mod_http2: log tags updated git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1789692 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 56b8515576..651b524a65 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10021 +10022 diff --git a/modules/http2/h2_mplx.c b/modules/http2/h2_mplx.c index 78ae81365f..04fbbd05cb 100644 --- a/modules/http2/h2_mplx.c +++ b/modules/http2/h2_mplx.c @@ -672,7 +672,7 @@ static void register_if_needed(h2_mplx *m) 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); } }