mirror of
https://github.com/nginx/nginx.git
synced 2026-09-01 19:10:52 +00:00
fix debug logging
This commit is contained in:
parent
7f9305cc2c
commit
a864311b12
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue