comparison src/http/modules/ngx_http_access_module.c @ 635:e67b227c8dbb default tip

Merge with current.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 25 Apr 2011 04:07:55 +0400
parents 53f5f04a64b8
children
comparison
equal deleted inserted replaced
578:f3a9e57d2e17 635:e67b227c8dbb
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++) {