changeset 3685:9ec7238feac6

fix building by msvc7
author Igor Sysoev <igor@sysoev.ru>
date Thu, 08 Jul 2010 16:17:11 +0000
parents 4d47a0658e7d
children 47c1a9bff989
files src/http/modules/ngx_http_access_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_access_module.c
+++ b/src/http/modules/ngx_http_access_module.c
@@ -190,7 +190,7 @@ ngx_http_access_inet6(ngx_http_request_t
         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