comparison src/http/modules/ngx_http_access_module.c @ 3685:9ec7238feac6

fix building by msvc7
author Igor Sysoev <igor@sysoev.ru>
date Thu, 08 Jul 2010 16:17:11 +0000
parents c025e3525144
children bab3488bd113
comparison
equal deleted inserted replaced
3684:4d47a0658e7d 3685:9ec7238feac6
188 188
189 cl = ngx_inet6_ntop(p, ct, NGX_INET6_ADDRSTRLEN); 189 cl = ngx_inet6_ntop(p, ct, NGX_INET6_ADDRSTRLEN);
190 ml = ngx_inet6_ntop(rule6[i].mask.s6_addr, mt, NGX_INET6_ADDRSTRLEN); 190 ml = ngx_inet6_ntop(rule6[i].mask.s6_addr, mt, NGX_INET6_ADDRSTRLEN);
191 al = ngx_inet6_ntop(rule6[i].addr.s6_addr, at, NGX_INET6_ADDRSTRLEN); 191 al = ngx_inet6_ntop(rule6[i].addr.s6_addr, at, NGX_INET6_ADDRSTRLEN);
192 192
193 ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 193 ngx_log_debug6(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
194 "access: %*s %*s %*s", cl, ct, ml, mt, al, at); 194 "access: %*s %*s %*s", cl, ct, ml, mt, al, at);
195 } 195 }
196 #endif 196 #endif
197 197
198 for (n = 0; n < 16; n++) { 198 for (n = 0; n < 16; n++) {