comparison src/core/ngx_cycle.c @ 440:6281966854a5 NGINX_0_7_32

nginx 0.7.32 *) Feature: now a directory existence testing can be set explicitly in the "try_files" directive. *) Bugfix: fastcgi_store stored files not always. *) Bugfix: in geo ranges. *) Bugfix: in shared memory allocations if nginx was built without debugging. Thanks to Andrey Kvasov.
author Igor Sysoev <http://sysoev.ru>
date Mon, 26 Jan 2009 00:00:00 +0300
parents ce4f9ff90bfa
children 76a79816b771
comparison
equal deleted inserted replaced
439:02687ee42c28 440:6281966854a5
392 } 392 }
393 393
394 cycle->log = cycle->new_log; 394 cycle->log = cycle->new_log;
395 pool->log = cycle->new_log; 395 pool->log = cycle->new_log;
396 396
397 if (cycle->log->log_level == 0) {
398 cycle->log->log_level = NGX_LOG_ERR;
399 }
400
397 401
398 /* create shared memory */ 402 /* create shared memory */
399 403
400 part = &cycle->shared_memory.part; 404 part = &cycle->shared_memory.part;
401 shm_zone = part->elts; 405 shm_zone = part->elts;