diff src/http/modules/perl/nginx.xs @ 4188:ca3230f2c6d8

Fixed macro name.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 10 Oct 2011 08:38:28 +0000
parents 8cd7594916ec
children 190ae1a7f917
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,