comparison src/event/ngx_event.c @ 2725:d43d73277c5c

Win32 master/workers model
author Igor Sysoev <igor@sysoev.ru>
date Mon, 20 Apr 2009 06:08:47 +0000
parents b3b8c66bd520
children 4d62ef39f08b
comparison
equal deleted inserted replaced
2724:9fd2f12fee0a 2725:d43d73277c5c
440 return NGX_ERROR; 440 return NGX_ERROR;
441 } 441 }
442 442
443 ecf = (*cf)[ngx_event_core_module.ctx_index]; 443 ecf = (*cf)[ngx_event_core_module.ctx_index];
444 444
445 if (!ngx_test_config) { 445 if (!ngx_test_config && ngx_process <= NGX_PROCESS_MASTER) {
446 ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, 446 ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0,
447 "using the \"%s\" event method", ecf->name); 447 "using the \"%s\" event method", ecf->name);
448 } 448 }
449 449
450 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module); 450 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module);