style fix

This commit is contained in:
Igor Sysoev 2007-03-28 14:38:33 +00:00
parent 035b9c5d24
commit 4ca98f65a5

View File

@ -875,6 +875,7 @@ ngx_http_update_location_config(ngx_http_request_t *r)
if (r == r->main) {
r->connection->log->file = clcf->err_log->file;
if (!(r->connection->log->log_level & NGX_LOG_DEBUG_CONNECTION)) {
r->connection->log->log_level = clcf->err_log->log_level;
}