diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-04-01 16:20:53 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-01 16:20:53 +0000 |
commit | dbb27765706e2d2f35b0af57c317b58d2d9d6ec9 (patch) | |
tree | 69760523cc77e8244f0f1d5c3c0247544a1179b9 /src/os/unix/ngx_readv_chain.c | |
parent | 205dc145c5d22613826927d6ae8ccd3a69d0e907 (diff) | |
download | nginx-dbb27765706e2d2f35b0af57c317b58d2d9d6ec9.tar.gz nginx-dbb27765706e2d2f35b0af57c317b58d2d9d6ec9.zip |
nginx-0.0.3-2004-04-01-20:20:53 import
Diffstat (limited to 'src/os/unix/ngx_readv_chain.c')
-rw-r--r-- | src/os/unix/ngx_readv_chain.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |