comparison src/os/unix/ngx_process_cycle.c @ 5266:8e7db77e5d88

Style.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 11 Jul 2013 20:38:27 +0400
parents 7ecaa9e4bf1b
children b91bcba29351
comparison
equal deleted inserted replaced
5265:9f17e765a21e 5266:8e7db77e5d88
534 continue; 534 continue;
535 } 535 }
536 } 536 }
537 537
538 ngx_log_debug2(NGX_LOG_DEBUG_CORE, cycle->log, 0, 538 ngx_log_debug2(NGX_LOG_DEBUG_CORE, cycle->log, 0,
539 "kill (%P, %d)" , ngx_processes[i].pid, signo); 539 "kill (%P, %d)", ngx_processes[i].pid, signo);
540 540
541 if (kill(ngx_processes[i].pid, signo) == -1) { 541 if (kill(ngx_processes[i].pid, signo) == -1) {
542 err = ngx_errno; 542 err = ngx_errno;
543 ngx_log_error(NGX_LOG_ALERT, cycle->log, err, 543 ngx_log_error(NGX_LOG_ALERT, cycle->log, err,
544 "kill(%P, %d) failed", ngx_processes[i].pid, signo); 544 "kill(%P, %d) failed", ngx_processes[i].pid, signo);