From 2fdb547f3aa3fa3630d292e9fb6e97df12b58d6a Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 10 Oct 2011 08:38:28 +0000 Subject: [PATCH] Fixed macro name. --- src/http/modules/perl/nginx.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,