mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-02 20:17:35 +08:00
bugfix:issue #94, typo in plugin
This commit is contained in:
parent
8ff48f853b
commit
799026638e
@ -51,7 +51,7 @@ end
|
||||
|
||||
|
||||
function _M.balancer(conf, ctx)
|
||||
core.log.warn("plugin access phase, conf: ", core.json.encode(conf))
|
||||
core.log.warn("plugin balancer phase, conf: ", core.json.encode(conf))
|
||||
|
||||
if not conf.ip then
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user