changeset 4188:ca3230f2c6d8

Fixed macro name.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 10 Oct 2011 08:38:28 +0000
parents b9dade63fcc2
children a12c558503f0
files src/http/modules/perl/nginx.xs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,