diff src/core/ngx_output_chain.c @ 2180:61a09532e310

fix log message
author Igor Sysoev <igor@sysoev.ru>
date Fri, 15 Aug 2008 20:14:49 +0000
parents 25add486e7aa
children 25cf039c40bd
line wrap: on
line diff
--- 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
 
         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;