diff src/http/v2/ngx_http_v2.c @ 7921:2245324a507a

Fixed debug logging.
author Roman Arutyunyan <arut@nginx.com>
date Thu, 02 Sep 2021 12:25:37 +0300
parents 29795b697e14
children e9f402bfe37e
line wrap: on
line diff
--- a/src/http/v2/ngx_http_v2.c	Fri Sep 03 17:19:33 2021 +0300
+++ b/src/http/v2/ngx_http_v2.c	Thu Sep 02 12:25:37 2021 +0300
@@ -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);