commit | 35b7a443a1af954156ee65d3f9b993cbe3af4376 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Nov 12 15:50:34 2009 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Nov 12 15:50:34 2009 +0000 |
tree | 5225048386cb161d142b0c08a62da27f64fa09f2 | |
parent | 3d12873adbef29b81b00f23efc95be62a19c3186 [diff] |
do not log error if $r->variable was not found
diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs index 8a20c43..0c2c9b6 100644 --- a/src/http/modules/perl/nginx.xs +++ b/src/http/modules/perl/nginx.xs
@@ -902,9 +902,6 @@ XSRETURN_UNDEF; } - ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, - "variable \"%V\" not found", &var); - XSRETURN_UNDEF; }