diff src/http/ngx_http_upstream.c @ 2847:3e10674139e4

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 14 May 2009 16:24:39 +0000
parents d106509491b5
children e16e03d62435
line wrap: on
line diff
--- a/src/http/ngx_http_upstream.c
+++ b/src/http/ngx_http_upstream.c
@@ -972,7 +972,9 @@ ngx_http_upstream_connect(ngx_http_reque
     u->output.sendfile = c->sendfile;
 
     c->pool = r->pool;
-    c->read->log = c->write->log = c->log = r->connection->log;
+    c->log = r->connection->log;
+    c->read->log = c->log;
+    c->write->log = c->log;
 
     /* init or reinit the ngx_output_chain() and ngx_chain_writer() contexts */