# HG changeset patch # User Igor Sysoev # Date 1191955499 0 # Node ID 57f3c940ae30feb060a7947ffed1095137ccbd34 # Parent 25ee6eee7573c591eca6622db73359ff5419760d %v fix lost in r1407 diff --git a/src/http/ngx_http_script.c b/src/http/ngx_http_script.c --- a/src/http/ngx_http_script.c +++ b/src/http/ngx_http_script.c @@ -1127,7 +1127,7 @@ ngx_http_script_value_code(ngx_http_scri e->sp->data = (u_char *) code->text_data; 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++; }