changeset 1222:d8d09f731c17

change wording
author Igor Sysoev <igor@sysoev.ru>
date Tue, 29 May 2007 19:43:18 +0000
parents aa653367028e
children 8523f4da2d69
files src/core/ngx_connection.c
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/core/ngx_connection.c
+++ b/src/core/ngx_connection.c
@@ -404,9 +404,8 @@ ngx_configure_listening_socket(ngx_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);
             }
         }