diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-07-24 16:06:24 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2011-07-24 16:06:24 +0000 |
commit | 64d024605a4bcd9fb57e434a05c5a93692494457 (patch) | |
tree | 5c60ad713b4f7b1f8cb35f78acb9d002040ac068 /src | |
parent | 08b597592f608e057be5fd3c432dfb8ffe5d77ae (diff) | |
download | nginx-64d024605a4bcd9fb57e434a05c5a93692494457.tar.gz nginx-64d024605a4bcd9fb57e434a05c5a93692494457.zip |
style fix
Diffstat (limited to 'src')
-rw-r--r-- | src/http/ngx_http_file_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |