changeset 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 753fa5421e56
children 8017f9bda3f6
files src/os/unix/ngx_process_cycle.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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) {