From b17e33293affc50d5b011684877ca5674d9c6fc5 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 15 Aug 2008 20:14:49 +0000 Subject: fix log message --- src/core/ngx_output_chain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/ngx_output_chain.c') diff --git a/src/core/ngx_output_chain.c b/src/core/ngx_output_chain.c index c4bd67851..db7337cb3 100644 --- a/src/core/ngx_output_chain.c +++ b/src/core/ngx_output_chain.c @@ -414,7 +414,7 @@ ngx_output_chain_copy_buf(ngx_buf_t *dst, ngx_buf_t *src, ngx_uint_t sendfile) if (n != size) { ngx_log_error(NGX_LOG_ALERT, src->file->log, 0, - ngx_read_file_n " reads only %z of %O from file", + ngx_read_file_n " read only %z of %O from file", n, size); if (n == 0) { return NGX_ERROR; -- cgit