Fixed formatting in nxt_sprintf() and logging.

This commit is contained in:
Sergey Kandaurov
2018-01-24 15:16:33 +03:00
parent 67c64a99fb
commit 771e9d3cc3
19 changed files with 29 additions and 28 deletions

View File

@@ -441,7 +441,7 @@ nxt_h1p_request_body_read(nxt_task_t *task, nxt_http_request_t *r)
in->mem.pos += size;
}
nxt_debug(task, "h1p body rest: %O", rest_length);
nxt_debug(task, "h1p body rest: %uz", rest_length);
r->rest_length = rest_length;