summaryrefslogtreecommitdiffhomepage
path: root/src/test/nxt_http_parse_test.c
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2018-01-24 15:16:33 +0300
committerSergey Kandaurov <pluknet@nginx.com>2018-01-24 15:16:33 +0300
commit771e9d3cc3a59585a3d8a6ae2baddb18f335c3dd (patch)
treee50d2d18f95dec00f7f643dcf6251c1baa44e7b8 /src/test/nxt_http_parse_test.c
parent67c64a99fb78f48c3deacc7d89e73de72522806b (diff)
downloadunit-771e9d3cc3a59585a3d8a6ae2baddb18f335c3dd.tar.gz
unit-771e9d3cc3a59585a3d8a6ae2baddb18f335c3dd.tar.bz2
Fixed formatting in nxt_sprintf() and logging.
Diffstat (limited to 'src/test/nxt_http_parse_test.c')
-rw-r--r--src/test/nxt_http_parse_test.c2
1 files changed, 1 insertions, 1 deletions
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));