]> git.kaiwu.me - nginx.git/commitdiff
Upstream: fixed error message wording.
authorKonstantin Pavlov <thresh@nginx.com>
Thu, 20 Feb 2014 09:48:40 +0000 (13:48 +0400)
committerKonstantin Pavlov <thresh@nginx.com>
Thu, 20 Feb 2014 09:48:40 +0000 (13:48 +0400)
src/http/ngx_http_upstream.c

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