commit | 76705b93bcf1e554b81ea8cb8e1c4f15993b905b | [log] [tgz] |
---|---|---|
author | Sergey Kandaurov <pluknet@nginx.com> | Thu Aug 13 16:27:13 2015 +0300 |
committer | Sergey Kandaurov <pluknet@nginx.com> | Thu Aug 13 16:27:13 2015 +0300 |
tree | cf715459712df78513eaef232ddefb91d9a01086 | |
parent | 96f210512651293c3505cc953eb44fa69e1b577f [diff] |
Core: fixed style in the error message.
diff --git a/src/core/ngx_hash.c b/src/core/ngx_hash.c index e707c09..e58156d 100644 --- a/src/core/ngx_hash.c +++ b/src/core/ngx_hash.c
@@ -261,7 +261,7 @@ 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;