aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_upstream.c
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2014-02-20 13:48:40 +0400
committerKonstantin Pavlov <thresh@nginx.com>2014-02-20 13:48:40 +0400
commitc539aaf352f5bf557d9f437105384c5589ec611a (patch)
tree23b3d073a4d7cdda1b896135a504fdd87bd41f4f /src/http/ngx_http_upstream.c
parent3da53f339d37f03aaf5c60119898b235ee466a48 (diff)
downloadnginx-c539aaf352f5bf557d9f437105384c5589ec611a.tar.gz
nginx-c539aaf352f5bf557d9f437105384c5589ec611a.zip
Upstream: fixed error message wording.
Diffstat (limited to 'src/http/ngx_http_upstream.c')
-rw-r--r--src/http/ngx_http_upstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c
index f4dfeb3b6..cf9ca0d5c 100644
--- a/src/http/ngx_http_upstream.c
+++ b/src/http/ngx_http_upstream.c
@@ -715,7 +715,7 @@ ngx_http_upstream_cache(ngx_http_request_t *r, ngx_http_upstream_t *u)
if (r->cache->header_start + 256 >= u->conf->buffer_size) {
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
"%V_buffer_size %uz is not enough for cache key, "
- "it should increased at least to %uz",
+ "it should be increased to at least %uz",
&u->conf->module, u->conf->buffer_size,
ngx_align(r->cache->header_start + 256, 1024));