summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-06-06 17:48:54 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-06-06 17:48:54 +0000
commitfa524e9063212bf021aa557a0e42b2b0c06f3982 (patch)
treeca1e06a82e3e3deb3e4f73cc19275b9dde3b81e5 /src/http/ngx_http_upstream.c
parentae7e8886f67a22bc85e7ff7e2b07ec55f77a4a2e (diff)
downloadnginx-fa524e9063212bf021aa557a0e42b2b0c06f3982.tar.gz
nginx-fa524e9063212bf021aa557a0e42b2b0c06f3982.tar.bz2
delete useless r->cache->uses
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_upstream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c
index 1d9ccb8b0..f360e841e 100644
--- a/src/http/ngx_http_upstream.c
+++ b/src/http/ngx_http_upstream.c
@@ -577,8 +577,8 @@ ngx_http_upstream_cache(ngx_http_request_t *r, ngx_http_upstream_t *u)
rc = ngx_http_file_cache_open(r);
- ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
- "http upstream cache: %i u:%ui", rc, c->uses);
+ ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
+ "http upstream cache: %i", rc);
if (rc == NGX_OK) {