]> git.kaiwu.me - nginx.git/commitdiff
fix building by msvc7
authorIgor Sysoev <igor@sysoev.ru>
Thu, 8 Jul 2010 16:17:11 +0000 (16:17 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 8 Jul 2010 16:17:11 +0000 (16:17 +0000)
src/http/modules/ngx_http_access_module.c

index c1e7718c05f4106423888c901e18da004f4f62ec..bfc36e9bf78d74c7ead03c15d977d2bafd6f6e8e 100644 (file)
@@ -190,7 +190,7 @@ ngx_http_access_inet6(ngx_http_request_t *r, ngx_http_access_loc_conf_t *alcf,
         ml = ngx_inet6_ntop(rule6[i].mask.s6_addr, mt, NGX_INET6_ADDRSTRLEN);
         al = ngx_inet6_ntop(rule6[i].addr.s6_addr, at, NGX_INET6_ADDRSTRLEN);
 
-        ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
+        ngx_log_debug6(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
                        "access: %*s %*s %*s", cl, ct, ml, mt, al, at);
         }
 #endif