comparison src/http/ngx_http_script.c @ 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 bf7814d77484
children 6b81bbc36eaf
comparison
equal deleted inserted replaced
1710:20a0f2880d45 1711:fbabcf02f65e
1123 1123
1124 e->sp->len = code->text_len; 1124 e->sp->len = code->text_len;
1125 e->sp->data = (u_char *) code->text_data; 1125 e->sp->data = (u_char *) code->text_data;
1126 1126
1127 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0, 1127 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
1128 "http script value: \"%V\"", e->sp); 1128 "http script value: \"%v\"", e->sp);
1129 1129
1130 e->sp++; 1130 e->sp++;
1131 } 1131 }
1132 1132
1133 1133