diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2020-07-20 15:19:03 +0300 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2020-07-20 15:19:03 +0300 |
commit | 8d2d2c5f8fd579200d4d1f2abd7fa4af3ca258e6 (patch) | |
tree | ad646edf63753dd1380b5b1a9ab61c103975cdab /src/http/v3/ngx_http_v3_parse.c | |
parent | 91b6487d8dd5b309082a12f0bf597fc845e05912 (diff) | |
download | nginx-8d2d2c5f8fd579200d4d1f2abd7fa4af3ca258e6.tar.gz nginx-8d2d2c5f8fd579200d4d1f2abd7fa4af3ca258e6.zip |
Fixed format specifiers.
Diffstat (limited to 'src/http/v3/ngx_http_v3_parse.c')
-rw-r--r-- | src/http/v3/ngx_http_v3_parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |