comparison src/http/modules/ngx_http_geo_module.c @ 3115:204ea173234f

style fix
author Igor Sysoev <igor@sysoev.ru>
date Fri, 11 Sep 2009 13:57:50 +0000
parents 2465ff3da161
children 91cff7f97a50
comparison
equal deleted inserted replaced
3114:1c4fcfe57af1 3115:204ea173234f
904 return NGX_CONF_ERROR; 904 return NGX_CONF_ERROR;
905 } 905 }
906 906
907 /* rc == NGX_BUSY */ 907 /* rc == NGX_BUSY */
908 908
909 old = (ngx_http_variable_value_t *) 909 old = (ngx_http_variable_value_t *)
910 ngx_radix32tree_find(ctx->tree, cidr.u.in.addr & cidr.u.in.mask); 910 ngx_radix32tree_find(ctx->tree, cidr.u.in.addr & cidr.u.in.mask);
911 911
912 ngx_conf_log_error(NGX_LOG_WARN, cf, 0, 912 ngx_conf_log_error(NGX_LOG_WARN, cf, 0,
913 "duplicate network \"%V\", value: \"%v\", old value: \"%v\"", 913 "duplicate network \"%V\", value: \"%v\", old value: \"%v\"",
914 net, val, old); 914 net, val, old);