]> git.kaiwu.me - nginx.git/commitdiff
r1562 merge:
authorIgor Sysoev <igor@sysoev.ru>
Wed, 12 Dec 2007 16:53:16 +0000 (16:53 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 12 Dec 2007 16:53:16 +0000 (16:53 +0000)
%v fix lost in r1407

src/http/ngx_http_script.c

index 94560217800237111b303970191cd263487d9582..678771aadf3493da35eca9b45bac7be6733f00f2 100644 (file)
@@ -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++;
 }