comparison src/core/nginx.c @ 106:45f7329b4bd0 NGINX_0_3_0

nginx 0.3.0 *) Change: the 10-days live time limit of worker process was eliminated. The limit was introduced because of millisecond timers overflow.
author Igor Sysoev <http://sysoev.ru>
date Fri, 07 Oct 2005 00:00:00 +0400
parents 45945fa8b8ba
children 408f195b3482
comparison
equal deleted inserted replaced
105:531d62c2a28d 106:45f7329b4bd0
216 216
217 cycle = ngx_init_cycle(&init_cycle); 217 cycle = ngx_init_cycle(&init_cycle);
218 if (cycle == NULL) { 218 if (cycle == NULL) {
219 if (ngx_test_config) { 219 if (ngx_test_config) {
220 ngx_log_error(NGX_LOG_EMERG, log, 0, 220 ngx_log_error(NGX_LOG_EMERG, log, 0,
221 "the configuration file \"%s\" test failed", 221 "the configuration file %s test failed",
222 init_cycle.conf_file.data); 222 init_cycle.conf_file.data);
223 } 223 }
224 224
225 return 1; 225 return 1;
226 } 226 }
227 227
228 if (ngx_test_config) { 228 if (ngx_test_config) {
229 ngx_log_error(NGX_LOG_INFO, log, 0, 229 ngx_log_error(NGX_LOG_INFO, log, 0,
230 "the configuration file \"%s\" was tested successfully", 230 "the configuration file %s was tested successfully",
231 cycle->conf_file.data); 231 cycle->conf_file.data);
232 return 0; 232 return 0;
233 } 233 }
234 234
235 ngx_os_status(cycle->log); 235 ngx_os_status(cycle->log);