fix format

This commit is contained in:
Igor Sysoev 2007-02-15 14:13:24 +00:00
parent bb19bcd867
commit cf815023fc

View File

@ -317,7 +317,7 @@ ngx_http_do_read_client_request_body(ngx_http_request_t *r)
}
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
"http client request body rest %uz", rb->rest);
"http client request body rest %O", rb->rest);
if (rb->rest == 0) {
break;