Merge pull request #171 from chadwill/master

Nginx :  a more friendly hint. Refer to #169.
This commit is contained in:
logwang 2018-03-22 15:47:00 +08:00 committed by GitHub
commit 575b547703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}