diff options
author | Ruslan Ermilov <ru@nginx.com> | 2011-10-10 08:38:28 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2011-10-10 08:38:28 +0000 |
commit | 2fdb547f3aa3fa3630d292e9fb6e97df12b58d6a (patch) | |
tree | 6bb61bacb01660101e7900d28b464f6e4d198a91 /src/http/modules/perl | |
parent | c94b7e3d94cc260e64360613de6dc45da8236240 (diff) | |
download | nginx-2fdb547f3aa3fa3630d292e9fb6e97df12b58d6a.tar.gz nginx-2fdb547f3aa3fa3630d292e9fb6e97df12b58d6a.zip |
Fixed macro name.
Diffstat (limited to 'src/http/modules/perl')
-rw-r--r-- | src/http/modules/perl/nginx.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs index 035e261eb..c07118bb6 100644 --- a/src/http/modules/perl/nginx.xs +++ b/src/http/modules/perl/nginx.xs @@ -836,7 +836,7 @@ variable(r, name, value = NULL) var.len = len; var.data = lowcase; - #if (NGX_LOG_DEBUG) + #if (NGX_DEBUG) if (value) { ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, |