mirror of
https://github.com/nginx/nginx.git
synced 2025-02-03 20:10:42 -06:00
do not log error if $r->variable was not found
This commit is contained in:
parent
3d12873adb
commit
35b7a443a1
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user