]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Sun, 24 Jul 2011 16:06:24 +0000 (16:06 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sun, 24 Jul 2011 16:06:24 +0000 (16:06 +0000)
src/http/ngx_http_file_cache.c

index f44fe1de1252fecd1eb7006f14350551c7991399..feea1c21056c72291ed20e11595de8ecb2fc751a 100644 (file)
@@ -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 */