mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
%v fix lost in r1407
This commit is contained in:
parent
d3db9ea51e
commit
5ba67396f5
@ -1127,7 +1127,7 @@ ngx_http_script_value_code(ngx_http_script_engine_t *e)
|
|||||||
e->sp->data = (u_char *) code->text_data;
|
e->sp->data = (u_char *) code->text_data;
|
||||||
|
|
||||||
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
|
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
|
||||||
"http script value: \"%V\"", e->sp);
|
"http script value: \"%v\"", e->sp);
|
||||||
|
|
||||||
e->sp++;
|
e->sp++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user