# HG changeset patch # User Igor Sysoev # Date 1311523584 0 # Node ID 90b0487fba44f78dd1800acb35e77a07190fd187 # Parent ff127ba3b0914c456e43f87db9693313175af597 style fix diff --git a/src/http/ngx_http_file_cache.c b/src/http/ngx_http_file_cache.c --- a/src/http/ngx_http_file_cache.c +++ b/src/http/ngx_http_file_cache.c @@ -858,7 +858,7 @@ ngx_http_cache_send(ngx_http_request_t * c = r->cache; ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, - "http file cache send: %s", c->file.name.data); + "http file cache send: %s", c->file.name.data); /* we need to allocate all before the header would be sent */