From 771e9d3cc3a59585a3d8a6ae2baddb18f335c3dd Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Wed, 24 Jan 2018 15:16:33 +0300 Subject: Fixed formatting in nxt_sprintf() and logging. --- src/test/nxt_http_parse_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test') diff --git a/src/test/nxt_http_parse_test.c b/src/test/nxt_http_parse_test.c index 3b924614..adf35168 100644 --- a/src/test/nxt_http_parse_test.c +++ b/src/test/nxt_http_parse_test.c @@ -535,7 +535,7 @@ nxt_http_parse_test(nxt_thread_t *thr) 1); nxt_log_error(NXT_LOG_NOTICE, thr->log, - "http parse test hash collisions %ui out of %ui, level: %ui", + "http parse test hash collisions %ui out of %uz, level: %ui", colls, nxt_nitems(nxt_http_test_bench_fields), lvl_colls); nxt_memzero(&hash, sizeof(nxt_lvlhsh_t)); -- cgit