From: Igor Sysoev Date: Sun, 24 Jul 2011 16:06:24 +0000 (+0000) Subject: style fix X-Git-Tag: release-1.1.0~22 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=64d024605a4bcd9fb57e434a05c5a93692494457;p=nginx.git style fix --- diff --git a/src/http/ngx_http_file_cache.c b/src/http/ngx_http_file_cache.c index f44fe1de1..feea1c210 100644 --- 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 *r) 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 */