aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-11-12 15:50:34 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-11-12 15:50:34 +0000
commit35b7a443a1af954156ee65d3f9b993cbe3af4376 (patch)
tree5225048386cb161d142b0c08a62da27f64fa09f2 /src
parent3d12873adbef29b81b00f23efc95be62a19c3186 (diff)
downloadnginx-35b7a443a1af954156ee65d3f9b993cbe3af4376.tar.gz
nginx-35b7a443a1af954156ee65d3f9b993cbe3af4376.zip
do not log error if $r->variable was not found
Diffstat (limited to 'src')
-rw-r--r--src/http/modules/perl/nginx.xs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs
index 8a20c4373..0c2c9b617 100644
--- a/src/http/modules/perl/nginx.xs
+++ b/src/http/modules/perl/nginx.xs
@@ -902,9 +902,6 @@ variable(r, name, value = NULL)
XSRETURN_UNDEF;
}
- ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
- "variable \"%V\" not found", &var);
-
XSRETURN_UNDEF;
}