]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
h2_session: follow up to r1761548: update log tag.
authorYann Ylavic <ylavic@apache.org>
Wed, 28 Sep 2016 20:08:36 +0000 (20:08 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 28 Sep 2016 20:08:36 +0000 (20:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1762703 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/http2/h2_session.c

index a2e13edca91201104987f0d93a92fae710378e2b..ed8d156b06977e05b218552b4be9c81f434265bd 100644 (file)
@@ -1 +1 @@
-3466
+3467
index 5d19d338844e3ad356b9651b1730b6c9c75345e4..cf29a0281d2d83a496eadfb34956ebbc1be6471f 100644 (file)
@@ -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,