comparison src/http/ngx_http_script.c @ 6480:f01ab2dbcfdc

Fixed logging.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 31 Mar 2016 02:33:57 +0300
parents 2cd019520210
children af642539cd53
comparison
equal deleted inserted replaced
6479:dc92298b1852 6480:f01ab2dbcfdc
1486 path.data = value->data; 1486 path.data = value->data;
1487 1487
1488 r = e->request; 1488 r = e->request;
1489 1489
1490 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 1490 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
1491 "http script file op %p \"%V\"", code->op, &path); 1491 "http script file op %p \"%V\"", (void *) code->op, &path);
1492 1492
1493 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); 1493 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module);
1494 1494
1495 ngx_memzero(&of, sizeof(ngx_open_file_info_t)); 1495 ngx_memzero(&of, sizeof(ngx_open_file_info_t));
1496 1496