mirror of
https://github.com/nginx/nginx.git
synced 2025-01-23 23:03:18 -06:00
Fixed macro name.
This commit is contained in:
parent
c94b7e3d94
commit
2fdb547f3a
@ -836,7 +836,7 @@ variable(r, name, value = NULL)
|
|||||||
var.len = len;
|
var.len = len;
|
||||||
var.data = lowcase;
|
var.data = lowcase;
|
||||||
|
|
||||||
#if (NGX_LOG_DEBUG)
|
#if (NGX_DEBUG)
|
||||||
|
|
||||||
if (value) {
|
if (value) {
|
||||||
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user