Fixed macro name.
This commit is contained in:
parent
f6d26b14d0
commit
3a5315c3ed
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue