From: Yann Ylavic Date: Wed, 28 Sep 2016 20:08:36 +0000 (+0000) Subject: h2_session: follow up to r1761548: update log tag. X-Git-Tag: 2.5.0-alpha~1121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5c3eead2dbf2e27439ea8e2b25f812ec827279e;p=thirdparty%2Fapache%2Fhttpd.git h2_session: follow up to r1761548: update log tag. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1762703 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index a2e13edca91..ed8d156b069 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -3466 +3467 diff --git a/modules/http2/h2_session.c b/modules/http2/h2_session.c index 5d19d338844..cf29a0281d2 100644 --- a/modules/http2/h2_session.c +++ b/modules/http2/h2_session.c @@ -1436,7 +1436,7 @@ static apr_status_t on_stream_resume(void *ctx, int stream_id) if (stream) { int rv; if (stream->rst_error) { - ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, session->c, APLOGNO() + ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, session->c, APLOGNO(03466) "h2_stream(%ld-%d): RST_STREAM, err=%d", session->id, stream->id, stream->rst_error); rv = nghttp2_submit_rst_stream(session->ngh2, NGHTTP2_FLAG_NONE,