# HG changeset patch # User Igor Sysoev # Date 1197478396 0 # Node ID fbabcf02f65e8895bcb5e9a994391172cb959d6c # Parent 20a0f2880d4594e2f34614b6d8ef9a16ceb6ba25 r1562 merge: %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 @@ -1125,7 +1125,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++; }