fix grammar
This commit is contained in:
parent
fe6ecb318d
commit
abf2c011ff
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ ngx_get_connection(ngx_socket_t s, ngx_log_t *log)
|
|||
|
||||
if (c == NULL) {
|
||||
ngx_log_error(NGX_LOG_ALERT, log, 0,
|
||||
"%ui worker_connections is not enough",
|
||||
"%ui worker_connections are not enough",
|
||||
ngx_cycle->connection_n);
|
||||
|
||||
/* ngx_mutex_unlock */
|
||||
|
|
Loading…
Reference in a new issue