mirror of https://github.com/F-Stack/f-stack.git
Nginx : a more friendly hint
If the f-stack primary process hasn't been initialized successful, the nginx master gives a more friendly hint.
This commit is contained in:
parent
86b1f8131c
commit
778eaa4b45
|
@ -440,7 +440,7 @@ ngx_start_worker_processes(ngx_cycle_t *cycle, ngx_int_t n, ngx_int_t type)
|
|||
|
||||
if (r == -1) {
|
||||
ngx_log_error(NGX_LOG_ERR, cycle->log, ngx_errno,
|
||||
"start worker processes sem_timedwait");
|
||||
"primary worker process failed to initialize");
|
||||
exit(2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue