diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2010-07-19 15:29:16 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2010-07-19 15:29:16 +0000 |
| commit | cc963cd7e22619c9f53bd6cdfb957652622bea17 (patch) | |
| tree | cbe1981f8461fd501408aa9d75b9e2016b1dedbe | |
| parent | b1327bd8424214807cf3ca3be8a972180981da19 (diff) | |
| download | nginx-cc963cd7e22619c9f53bd6cdfb957652622bea17.tar.gz nginx-cc963cd7e22619c9f53bd6cdfb957652622bea17.tar.bz2 | |
style fix
| -rw-r--r-- | src/http/ngx_http_upstream.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index 8ee5aeabd..2f295c2f6 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c @@ -2975,8 +2975,7 @@ ngx_http_upstream_finalize_request(ngx_http_request_t *r, time_t valid; ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, - "http upstream cache fd: %d", - r->cache->file.fd); + "http upstream cache fd: %d", r->cache->file.fd); if (rc == NGX_HTTP_BAD_GATEWAY || rc == NGX_HTTP_GATEWAY_TIME_OUT) { |
