do not log error if $r->variable was not found

This commit is contained in:
Igor Sysoev 2009-11-12 15:50:34 +00:00
parent 3d12873adb
commit 35b7a443a1

View File

@ -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;
}