mirror of
https://github.com/nginx/nginx.git
synced 2024-12-03 13:09:01 +08:00
Core: fixed style in the error message.
This commit is contained in:
parent
f2d31f8291
commit
e161b6a46f
@ -261,7 +261,7 @@ ngx_hash_init(ngx_hash_init_t *hinit, ngx_hash_key_t *names, ngx_uint_t nelts)
|
||||
if (hinit->bucket_size < NGX_HASH_ELT_SIZE(&names[n]) + sizeof(void *))
|
||||
{
|
||||
ngx_log_error(NGX_LOG_EMERG, hinit->pool->log, 0,
|
||||
"could not build the %s, you should "
|
||||
"could not build %s, you should "
|
||||
"increase %s_bucket_size: %i",
|
||||
hinit->name, hinit->name, hinit->bucket_size);
|
||||
return NGX_ERROR;
|
||||
|
Loading…
Reference in New Issue
Block a user