comparison src/core/ngx_log.c @ 418:ff86d646f9df NGINX_0_7_21

nginx 0.7.21 *) Changes in the ngx_http_limit_req_module. *) Feature: the EXSLT support in the ngx_http_xslt_module. Thanks to Denis F. Latypoff. *) Workaround: compatibility with glibc 2.3. Thanks to Eric Benson and Maxim Dounin. *) Bugfix: nginx could not run on MacOSX 10.4 and earlier; the bug had appeared in 0.7.6.
author Igor Sysoev <http://sysoev.ru>
date Tue, 11 Nov 2008 00:00:00 +0300
parents f7cd062ee035
children dac47e9ef0d5
comparison
equal deleted inserted replaced
417:735cec38a814 418:ff86d646f9df
156 p = last - NGX_LINEFEED_SIZE; 156 p = last - NGX_LINEFEED_SIZE;
157 } 157 }
158 158
159 ngx_linefeed(p); 159 ngx_linefeed(p);
160 160
161 ngx_write_fd(log->file->fd, errstr, p - errstr); 161 (void) ngx_write_fd(log->file->fd, errstr, p - errstr);
162 } 162 }
163 163
164 164
165 #if !(NGX_HAVE_VARIADIC_MACROS) 165 #if !(NGX_HAVE_VARIADIC_MACROS)
166 166