[nginx] Core: fixed style in the error message.
Sergey Kandaurov
pluknet at nginx.com
Thu Aug 13 14:08:05 UTC 2015
details: http://hg.nginx.org/nginx/rev/ddf35e019a80
branches:
changeset: 6224:ddf35e019a80
user: Sergey Kandaurov <pluknet at nginx.com>
date: Thu Aug 13 16:27:13 2015 +0300
description:
Core: fixed style in the error message.
diffstat:
src/core/ngx_hash.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r d1f94042c29c -r ddf35e019a80 src/core/ngx_hash.c
--- a/src/core/ngx_hash.c Thu Aug 13 15:55:21 2015 +0300
+++ b/src/core/ngx_hash.c Thu Aug 13 16:27:13 2015 +0300
@@ -261,7 +261,7 @@ ngx_hash_init(ngx_hash_init_t *hinit, ng
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;
More information about the nginx-devel
mailing list