comparison src/os/unix/ngx_process_cycle.c @ 3304:6832c7f5e189

fix building without --with-debug, introduced in r3294
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 Nov 2009 12:32:06 +0000
parents 8abb88374c6c
children f94e8ff65aa2
comparison
equal deleted inserted replaced
3303:753fa5421e56 3304:6832c7f5e189
168 168
169 sigsuspend(&set); 169 sigsuspend(&set);
170 170
171 ngx_time_update(0, 0); 171 ngx_time_update(0, 0);
172 172
173 ngx_log_debug0(NGX_LOG_DEBUG_EVENT, cycle->log, 0, 173 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
174 "wake up, sigio %i", sigio); 174 "wake up, sigio %i", sigio);
175 175
176 if (ngx_reap) { 176 if (ngx_reap) {
177 ngx_reap = 0; 177 ngx_reap = 0;
178 ngx_log_debug0(NGX_LOG_DEBUG_EVENT, cycle->log, 0, "reap children"); 178 ngx_log_debug0(NGX_LOG_DEBUG_EVENT, cycle->log, 0, "reap children");