]> git.kaiwu.me - nginx.git/commitdiff
change wording
authorIgor Sysoev <igor@sysoev.ru>
Tue, 29 May 2007 19:43:18 +0000 (19:43 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 29 May 2007 19:43:18 +0000 (19:43 +0000)
src/core/ngx_connection.c

index b9f7264c7661c11dcd9d9aa83dd116cf339a3d28..a0f4d857064d4f597cf987f6f7fe0360b49c35f2 100644 (file)
@@ -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);
             }
         }