From: Igor Sysoev Date: Wed, 11 Nov 2009 12:32:06 +0000 (+0000) Subject: fix building without --with-debug, introduced in r3294 X-Git-Tag: release-0.8.24~5 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=9eadbde324831b28f9138c3f3c790ba4ed98e8c7;p=nginx.git fix building without --with-debug, introduced in r3294 --- diff --git a/src/os/unix/ngx_process_cycle.c b/src/os/unix/ngx_process_cycle.c index 4b7403054..e203ea3c9 100644 --- a/src/os/unix/ngx_process_cycle.c +++ b/src/os/unix/ngx_process_cycle.c @@ -170,7 +170,7 @@ ngx_master_process_cycle(ngx_cycle_t *cycle) 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); if (ngx_reap) {