diff options
Diffstat (limited to 'src/nxt_h1proto.c')
-rw-r--r-- | src/nxt_h1proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_h1proto.c b/src/nxt_h1proto.c index 4057b082..56b8b3aa 100644 --- a/src/nxt_h1proto.c +++ b/src/nxt_h1proto.c @@ -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; |