changeset 1711:fbabcf02f65e stable-0.5

r1562 merge: %v fix lost in r1407
author Igor Sysoev <igor@sysoev.ru>
date Wed, 12 Dec 2007 16:53:16 +0000
parents 20a0f2880d45
children b3204af60e0f
files src/http/ngx_http_script.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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++;
 }