diff options
Diffstat (limited to 'src/core/ngx_connection.c')
-rw-r--r-- | src/core/ngx_connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_connection.c b/src/core/ngx_connection.c index 9afb95248..b9f7264c7 100644 --- a/src/core/ngx_connection.c +++ b/src/core/ngx_connection.c @@ -406,7 +406,7 @@ ngx_configure_listening_socket(ngx_cycle_t *cycle) ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_socket_errno, "changing the listen() backlog to %d " "for %V failed, ignored", - &ls[i].addr_text, ls[i].backlog); + ls[i].backlog, &ls[i].addr_text); } } |