From dbb27765706e2d2f35b0af57c317b58d2d9d6ec9 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 1 Apr 2004 16:20:53 +0000 Subject: nginx-0.0.3-2004-04-01-20:20:53 import --- src/os/unix/ngx_readv_chain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os/unix/ngx_readv_chain.c') diff --git a/src/os/unix/ngx_readv_chain.c b/src/os/unix/ngx_readv_chain.c index 9aee56404..3ec3b2761 100644 --- a/src/os/unix/ngx_readv_chain.c +++ b/src/os/unix/ngx_readv_chain.c @@ -68,7 +68,7 @@ ssize_t ngx_readv_chain(ngx_connection_t *c, ngx_chain_t *chain) } ngx_log_debug2(NGX_LOG_DEBUG_EVENT, c->log, 0, - "readv: %d:%d", io.nelts, iov->iov_len); + "readv: %d, last:%d", io.nelts, iov->iov_len); rev = c->read; -- cgit v1.2.3