# HG changeset patch # User Konstantin Pavlov # Date 1392889720 -14400 # Node ID 4dee5ad51e9e5b49085011e8785001e2d6c02b0d # Parent 06c227e9edd043ec41a7778265040f935300d375 Upstream: fixed error message wording. diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c --- 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 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));