comparison src/os/unix/ngx_process_cycle.c @ 2522:93d83e6c198c

fix message
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Feb 2009 09:42:35 +0000
parents 2a92804f4109
children 3a8a53c0c42f
comparison
equal deleted inserted replaced
2521:119ab57ffaa1 2522:93d83e6c198c
1002 && !c[i].read->accept 1002 && !c[i].read->accept
1003 && !c[i].read->channel 1003 && !c[i].read->channel
1004 && !c[i].read->resolver) 1004 && !c[i].read->resolver)
1005 { 1005 {
1006 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0, 1006 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
1007 "open socket #%d left in %ui connection %s", 1007 "open socket #%d left in connection %ui%s",
1008 c[i].fd, i, ngx_debug_quit ? ", aborting" : ""); 1008 c[i].fd, i, ngx_debug_quit ? ", aborting" : "");
1009 ngx_debug_point(); 1009 ngx_debug_point();
1010 } 1010 }
1011 } 1011 }
1012 1012