aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_log.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-09-07 10:14:25 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-09-07 10:14:25 +0000
commit96f8377fd89b8735027ccfebea8ad9e77f40f51c (patch)
tree14e7de7a0e7c7d9815184a1e9bb95edab0617990 /src/core/ngx_log.c
parenta58e3ca14300fce97b2124233afe140c8d59199f (diff)
downloadnginx-96f8377fd89b8735027ccfebea8ad9e77f40f51c.tar.gz
nginx-96f8377fd89b8735027ccfebea8ad9e77f40f51c.zip
nginx-0.0.1-2002-09-07-14:14:25 import
Diffstat (limited to 'src/core/ngx_log.c')
-rw-r--r--src/core/ngx_log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_log.c b/src/core/ngx_log.c
index 6a6835802..78459e348 100644
--- a/src/core/ngx_log.c
+++ b/src/core/ngx_log.c
@@ -84,6 +84,7 @@ void ngx_log_error_core(int level, ngx_log_t *log, ngx_err_t err,
errstr[len + 1] = '\0';
fputs(errstr, stderr);
+ fflush(stderr);
}
#if !(HAVE_VARIADIC_MACROS)