summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2021-09-02 12:25:37 +0300
committerRoman Arutyunyan <arut@nginx.com>2021-09-02 12:25:37 +0300
commit16557ff8b611748e463ff951d6931fb60d9b78f1 (patch)
treecd7cdcdbeb0736df590e011b38b784be992cbe4d
parent3575f44a17cb533e19616a6f730ca077a68e2b0a (diff)
downloadnginx-16557ff8b611748e463ff951d6931fb60d9b78f1.tar.gz
Fixed debug logging.
-rw-r--r--src/http/v2/ngx_http_v2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/v2/ngx_http_v2.c b/src/http/v2/ngx_http_v2.c
index 79c4f17c2..3d3afaf2d 100644
--- a/src/http/v2/ngx_http_v2.c
+++ b/src/http/v2/ngx_http_v2.c
@@ -4214,8 +4214,8 @@ ngx_http_v2_process_request_body(ngx_http_request_t *r, u_char *pos,
/* 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);