summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2017-03-31 14:26:37 +0000
committerStefan Eissing <icing@apache.org>2017-03-31 14:26:37 +0000
commitc1f02a1df5376c3d856c1c03a0c7023bfded0b29 (patch)
tree47e4a5f882c43c9a0bdbd1b92d4b485913012973
parent5440a7562b4a53658a17592b5b1ec16f88df5484 (diff)
downloadhttpd-c1f02a1df5376c3d856c1c03a0c7023bfded0b29.tar.gz
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
-rw-r--r--docs/log-message-tags/next-number2
-rw-r--r--modules/http2/h2_mplx.c2
2 files changed, 2 insertions, 2 deletions
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);
}
}