Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/http
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-12-12 19:53:16 +0300
committerIgor Sysoev <igor@sysoev.ru>2007-12-12 19:53:16 +0300
commit152b1db206b6125478bb3c052c9257b61623f37d (patch)
treeb9956a216efcc817db376a8abaeb04d405c65337 /src/http
parent6525b755c0c5e075a6a57a320ec0cb76b7221728 (diff)
r1562 merge:
%v fix lost in r1407
Diffstat (limited to 'src/http')
-rw-r--r--src/http/ngx_http_script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_script.c b/src/http/ngx_http_script.c
index 945602178..678771aad 100644
--- 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_script_engine_t *e)
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++;
}