]> git.kaiwu.me - nginx.git/commitdiff
%v fix lost in r1407
authorIgor Sysoev <igor@sysoev.ru>
Tue, 9 Oct 2007 18:44:59 +0000 (18:44 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 9 Oct 2007 18:44:59 +0000 (18:44 +0000)
src/http/ngx_http_script.c

index b19ee91dca88a84a7a993ba852b5cdaaa4d3fa38..c6f0429cc783d1fbe11d8869fa617e976cac9160 100644 (file)
@@ -1127,7 +1127,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++;
 }