mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 03:42:06 +00:00
fix message
This commit is contained in:
parent
8e1aa8ee9c
commit
49e140ed6c
1 changed files with 1 additions and 1 deletions
|
|
@ -1004,7 +1004,7 @@ ngx_worker_process_exit(ngx_cycle_t *cycle)
|
|||
&& !c[i].read->resolver)
|
||||
{
|
||||
ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
|
||||
"open socket #%d left in %ui connection %s",
|
||||
"open socket #%d left in connection %ui%s",
|
||||
c[i].fd, i, ngx_debug_quit ? ", aborting" : "");
|
||||
ngx_debug_point();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue