commit | 1153aa646573103baa9868f668eb8a562ec8cf63 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Sun Apr 19 16:06:09 2009 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Sun Apr 19 16:06:09 2009 +0000 |
tree | 1fde80940516fd831c54a04328ab01b5621d9bbb | |
parent | d7fe6406720e5d5307dc1164f5f95c68f7b9fe7b [diff] [blame] |
show -t results on stderr
diff --git a/src/core/ngx_cycle.c b/src/core/ngx_cycle.c index 124e051..d4186d3 100644 --- a/src/core/ngx_cycle.c +++ b/src/core/ngx_cycle.c
@@ -270,9 +270,8 @@ } 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); }