mirror of https://github.com/F-Stack/f-stack.git
Merge pull request #171 from chadwill/master
Nginx : a more friendly hint. Refer to #169.
This commit is contained in:
commit
575b547703
|
@ -440,7 +440,7 @@ ngx_start_worker_processes(ngx_cycle_t *cycle, ngx_int_t n, ngx_int_t type)
|
||||||
|
|
||||||
if (r == -1) {
|
if (r == -1) {
|
||||||
ngx_log_error(NGX_LOG_ERR, cycle->log, ngx_errno,
|
ngx_log_error(NGX_LOG_ERR, cycle->log, ngx_errno,
|
||||||
"start worker processes sem_timedwait");
|
"primary worker process failed to initialize");
|
||||||
exit(2);
|
exit(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue