From 8d2d2c5f8fd579200d4d1f2abd7fa4af3ca258e6 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Mon, 20 Jul 2020 15:19:03 +0300 Subject: Fixed format specifiers. --- src/http/v3/ngx_http_v3_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/v3/ngx_http_v3_parse.c') diff --git a/src/http/v3/ngx_http_v3_parse.c b/src/http/v3/ngx_http_v3_parse.c index bb52c9e94..f9e26a4f5 100644 --- a/src/http/v3/ngx_http_v3_parse.c +++ b/src/http/v3/ngx_http_v3_parse.c @@ -325,7 +325,7 @@ done: ngx_log_debug4(NGX_LOG_DEBUG_HTTP, c->log, 0, "http3 parse header block prefix done " - "insert_count:%ui, sign:%ui, delta_base:%ui, base:%uL", + "insert_count:%ui, sign:%ui, delta_base:%ui, base:%ui", st->insert_count, st->sign, st->delta_base, st->base); st->state = sw_start; -- cgit