From: Igor Sysoev Date: Tue, 29 May 2007 19:43:18 +0000 (+0000) Subject: change wording X-Git-Tag: release-0.5.23~7 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=c141793cf9d42c879fed5d1476d665d383039d50;p=nginx.git change wording --- diff --git a/src/core/ngx_connection.c b/src/core/ngx_connection.c index b9f7264c7..a0f4d8570 100644 --- a/src/core/ngx_connection.c +++ b/src/core/ngx_connection.c @@ -404,9 +404,8 @@ ngx_configure_listening_socket(ngx_cycle_t *cycle) if (ls[i].listen) { if (listen(ls[i].fd, ls[i].backlog) == -1) { ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_socket_errno, - "changing the listen() backlog to %d " - "for %V failed, ignored", - ls[i].backlog, &ls[i].addr_text); + "listen() to %V, backlog %d failed, ignored", + &ls[i].addr_text, ls[i].backlog); } }