commit | 9eadbde324831b28f9138c3f3c790ba4ed98e8c7 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Wed Nov 11 12:32:06 2009 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Wed Nov 11 12:32:06 2009 +0000 |
tree | aca33f18611fd1cc4bff4ab05fe3cff6d037a8e6 | |
parent | a993d55b0f76e9e5af7388e1c515012df1a96db5 [diff] |
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 4b74030..e203ea3 100644 --- a/src/os/unix/ngx_process_cycle.c +++ b/src/os/unix/ngx_process_cycle.c
@@ -170,7 +170,7 @@ 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) {