comparison src/core/ngx_connection.c @ 1222:d8d09f731c17

change wording
author Igor Sysoev <igor@sysoev.ru>
date Tue, 29 May 2007 19:43:18 +0000
parents 91ae88fb2500
children 8523f4da2d69
comparison
equal deleted inserted replaced
1221:aa653367028e 1222:d8d09f731c17
402 #endif 402 #endif
403 403
404 if (ls[i].listen) { 404 if (ls[i].listen) {
405 if (listen(ls[i].fd, ls[i].backlog) == -1) { 405 if (listen(ls[i].fd, ls[i].backlog) == -1) {
406 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_socket_errno, 406 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_socket_errno,
407 "changing the listen() backlog to %d " 407 "listen() to %V, backlog %d failed, ignored",
408 "for %V failed, ignored", 408 &ls[i].addr_text, ls[i].backlog);
409 ls[i].backlog, &ls[i].addr_text);
410 } 409 }
411 } 410 }
412 411
413 /* 412 /*
414 * setting deferred mode should be last operation on socket, 413 * setting deferred mode should be last operation on socket,