mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 03:42:06 +00:00
Fixed macro name.
This commit is contained in:
parent
c94b7e3d94
commit
2fdb547f3a
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…
Add table
Add a link
Reference in a new issue