comparison src/http/modules/ngx_http_map_module.c @ 1513:bf7814d77484 stable-0.5

r1407 merge: use %v for ngx_variable_value_t in ngx_sprintf(), this fixes nginx on FreeBSD/sparc64
author Igor Sysoev <igor@sysoev.ru>
date Sat, 22 Sep 2007 19:18:36 +0000
parents 36f7b549f481
children cacb565c554e
comparison
equal deleted inserted replaced
1512:b19709ee1f52 1513:bf7814d77484
165 *v = *map->default_value; 165 *v = *map->default_value;
166 } 166 }
167 } 167 }
168 168
169 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 169 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
170 "http map: \"%V\" \"%V\"", vv, v); 170 "http map: \"%v\" \"%v\"", vv, v);
171 171
172 return NGX_OK; 172 return NGX_OK;
173 } 173 }
174 174
175 175