diff 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
line wrap: on
line diff
--- a/src/os/unix/ngx_process_cycle.c	Wed Nov 11 12:30:36 2009 +0000
+++ b/src/os/unix/ngx_process_cycle.c	Wed Nov 11 12:32:06 2009 +0000
@@ -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) {