From 1153aa646573103baa9868f668eb8a562ec8cf63 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 19 Apr 2009 16:06:09 +0000 Subject: show -t results on stderr --- src/core/ngx_cycle.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/core/ngx_cycle.c') 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); } -- cgit