comparison 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
comparison
equal deleted inserted replaced
4187:b9dade63fcc2 4188:ca3230f2c6d8
834 hash = ngx_hash_strlow(lowcase, p, len); 834 hash = ngx_hash_strlow(lowcase, p, len);
835 835
836 var.len = len; 836 var.len = len;
837 var.data = lowcase; 837 var.data = lowcase;
838 838
839 #if (NGX_LOG_DEBUG) 839 #if (NGX_DEBUG)
840 840
841 if (value) { 841 if (value) {
842 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 842 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
843 "perl variable: \"%V\"=\"%V\"", &var, &val); 843 "perl variable: \"%V\"=\"%V\"", &var, &val);
844 } else { 844 } else {