commit | b559f7f67bcd0f4a07786441422eb21f237aec40 | [log] [tgz] |
---|---|---|
author | Roman Arutyunyan <arut@nginx.com> | Thu Sep 02 12:25:37 2021 +0300 |
committer | Roman Arutyunyan <arut@nginx.com> | Thu Sep 02 12:25:37 2021 +0300 |
tree | cd7cdcdbeb0736df590e011b38b784be992cbe4d | |
parent | fbc3c015fc5e39a7a18b5da0a113019988301039 [diff] |
Fixed debug logging.
diff --git a/src/http/v2/ngx_http_v2.c b/src/http/v2/ngx_http_v2.c index 79c4f17..3d3afaf 100644 --- a/src/http/v2/ngx_http_v2.c +++ b/src/http/v2/ngx_http_v2.c
@@ -4214,8 +4214,8 @@ /* update chains */ - ngx_log_error(NGX_LOG_DEBUG, fc->log, 0, - "http2 body update chains"); + ngx_log_debug0(NGX_LOG_DEBUG_HTTP, fc->log, 0, + "http2 body update chains"); rc = ngx_http_v2_filter_request_body(r);