changeset 1561:57f3c940ae30

%v fix lost in r1407
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Oct 2007 18:44:59 +0000
parents 25ee6eee7573
children bb662e047a21
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
@@ -1127,7 +1127,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++;
 }