Apply patch to lua-resty-ipmatcher

This commit is contained in:
Théophile Diot 2023-07-03 12:25:16 -04:00
parent b516ca2ea2
commit 09ae6da557
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ local mt = {__index = _M}
local ngx_log = ngx.log
local ngx_INFO = ngx.INFO
local ngx_INFO = ngx.DEBUG
local function log_info(...)
if cur_level and ngx_INFO > cur_level then
return