]> git.kaiwu.me - nginx.git/commitdiff
Fixed debug logging.
authorRoman Arutyunyan <arut@nginx.com>
Thu, 2 Sep 2021 09:25:37 +0000 (12:25 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Thu, 2 Sep 2021 09:25:37 +0000 (12:25 +0300)
src/http/v2/ngx_http_v2.c

index 79c4f17c204693f5e61377a382e8ed4a4f98d1cd..3d3afaf2d071af46ae0ba25ba082a1c8d96af563 100644 (file)
@@ -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);