mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
fix building without --with-debug, introduced in r3294
This commit is contained in:
parent
a993d55b0f
commit
9eadbde324
@ -170,7 +170,7 @@ ngx_master_process_cycle(ngx_cycle_t *cycle)
|
|||||||
|
|
||||||
ngx_time_update(0, 0);
|
ngx_time_update(0, 0);
|
||||||
|
|
||||||
ngx_log_debug0(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
|
ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
|
||||||
"wake up, sigio %i", sigio);
|
"wake up, sigio %i", sigio);
|
||||||
|
|
||||||
if (ngx_reap) {
|
if (ngx_reap) {
|
||||||
|
Loading…
Reference in New Issue
Block a user