]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Mon, 19 Jul 2010 15:29:16 +0000 (15:29 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 19 Jul 2010 15:29:16 +0000 (15:29 +0000)
src/http/ngx_http_upstream.c

index 8ee5aeabd229332f91272c3726451c7be3e39fe3..2f295c2f65e7b88b9dc6fdfec2a6e39c53acb5cc 100644 (file)
@@ -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) {