diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-07-08 16:17:11 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-07-08 16:17:11 +0000 |
commit | a2d9995ca12127189ae8dffd7c9ca3ca51a187d1 (patch) | |
tree | b5eee6857ee4bb7e2147e4a0b9aa1d6bb0bca13c /src/http/modules/ngx_http_access_module.c | |
parent | 59bb78b951973379360ca6ea798d3aeb09c747cc (diff) | |
download | nginx-a2d9995ca12127189ae8dffd7c9ca3ca51a187d1.tar.gz nginx-a2d9995ca12127189ae8dffd7c9ca3ca51a187d1.zip |
fix building by msvc7
Diffstat (limited to 'src/http/modules/ngx_http_access_module.c')
-rw-r--r-- | src/http/modules/ngx_http_access_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_access_module.c b/src/http/modules/ngx_http_access_module.c index c1e7718c0..bfc36e9bf 100644 --- 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 *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 |