]> git.kaiwu.me - nginx.git/commitdiff
fix debug logging
authorIgor Sysoev <igor@sysoev.ru>
Fri, 5 Jun 2009 17:44:49 +0000 (17:44 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 5 Jun 2009 17:44:49 +0000 (17:44 +0000)
src/os/win32/ngx_process_cycle.c

index cd6aec5d1d1f61b33246d9b777b480679b52fdcb..c26753a702f69141c6427780d80053833714f16d 100644 (file)
@@ -428,7 +428,7 @@ ngx_quit_worker_processes(ngx_cycle_t *cycle, ngx_uint_t old)
     for (n = 0; n < ngx_last_process; n++) {
 
         ngx_log_debug5(NGX_LOG_DEBUG_CORE, cycle->log, 0,
-                       "process: %d %P %p e:%d t:%d r:%d j:%d",
+                       "process: %d %P %p e:%d j:%d",
                        n,
                        ngx_processes[n].pid,
                        ngx_processes[n].handle,
@@ -538,7 +538,7 @@ found:
     for (n = 0; n < ngx_last_process; n++) {
 
         ngx_log_debug5(NGX_LOG_DEBUG_CORE, cycle->log, 0,
-                       "process: %d %P %p e:%d t:%d r:%d j:%d",
+                       "process: %d %P %p e:%d j:%d",
                        n,
                        ngx_processes[n].pid,
                        ngx_processes[n].handle,