comparison src/core/ngx_cycle.c @ 2722:ffa8e2451457

show -t results on stderr
author Igor Sysoev <igor@sysoev.ru>
date Sun, 19 Apr 2009 16:06:09 +0000
parents b3b8c66bd520
children d43d73277c5c
comparison
equal deleted inserted replaced
2721:8e720b7fe6d2 2722:ffa8e2451457
268 ngx_destroy_cycle_pools(&conf); 268 ngx_destroy_cycle_pools(&conf);
269 return NULL; 269 return NULL;
270 } 270 }
271 271
272 if (ngx_test_config) { 272 if (ngx_test_config) {
273 ngx_log_error(NGX_LOG_INFO, log, 0, 273 ngx_log_stderr("the configuration file %s syntax is ok",
274 "the configuration file %s syntax is ok", 274 cycle->conf_file.data);
275 cycle->conf_file.data);
276 } 275 }
277 276
278 277
279 for (i = 0; ngx_modules[i]; i++) { 278 for (i = 0; ngx_modules[i]; i++) {
280 if (ngx_modules[i]->type != NGX_CORE_MODULE) { 279 if (ngx_modules[i]->type != NGX_CORE_MODULE) {