aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_cycle.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-04-19 16:06:09 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-04-19 16:06:09 +0000
commit1153aa646573103baa9868f668eb8a562ec8cf63 (patch)
tree1fde80940516fd831c54a04328ab01b5621d9bbb /src/core/ngx_cycle.c
parentd7fe6406720e5d5307dc1164f5f95c68f7b9fe7b (diff)
downloadnginx-1153aa646573103baa9868f668eb8a562ec8cf63.tar.gz
nginx-1153aa646573103baa9868f668eb8a562ec8cf63.zip
show -t results on stderr
Diffstat (limited to 'src/core/ngx_cycle.c')
-rw-r--r--src/core/ngx_cycle.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/ngx_cycle.c b/src/core/ngx_cycle.c
index 124e05196..d4186d358 100644
--- a/src/core/ngx_cycle.c
+++ b/src/core/ngx_cycle.c
@@ -270,9 +270,8 @@ ngx_init_cycle(ngx_cycle_t *old_cycle)
}
if (ngx_test_config) {
- ngx_log_error(NGX_LOG_INFO, log, 0,
- "the configuration file %s syntax is ok",
- cycle->conf_file.data);
+ ngx_log_stderr("the configuration file %s syntax is ok",
+ cycle->conf_file.data);
}