summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/perl/nginx.xs
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-06-07 08:51:48 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-06-07 08:51:48 +0000
commit8a9171fa30be2ad64a849e9d916b33d3c42bb2d5 (patch)
tree2069fefb24eb5f3c276443e3af4643c1cea82015 /src/http/modules/perl/nginx.xs
parent575d563e22c09442c3f2f4537ee0f51ccf28d271 (diff)
downloadnginx-8a9171fa30be2ad64a849e9d916b33d3c42bb2d5.tar.gz
nginx-8a9171fa30be2ad64a849e9d916b33d3c42bb2d5.tar.bz2
merge r3318, r3449:
perl related fixes: *) do not log error if $r->variable was not found *) delete ngx_http_perl_cleanup_t unused since r909
Diffstat (limited to 'src/http/modules/perl/nginx.xs')
-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 077cf0ddf..994fc4ed0 100644
--- a/src/http/modules/perl/nginx.xs
+++ b/src/http/modules/perl/nginx.xs
@@ -901,9 +901,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;
}