]> git.kaiwu.me - nginx.git/commitdiff
Core: fixed style in the error message.
authorSergey Kandaurov <pluknet@nginx.com>
Thu, 13 Aug 2015 13:27:13 +0000 (16:27 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Thu, 13 Aug 2015 13:27:13 +0000 (16:27 +0300)
src/core/ngx_hash.c

index e707c09984218716c23fabfa5183df4bec934938..e58156d55633a6c9c83557d98f479ea6fdf27d4d 100644 (file)
@@ -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;