Skip to content

Commit

Permalink
bugfix:issue apache#94, typo in plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyong0804 authored and membphis committed Sep 16, 2019
1 parent 8ff48f8 commit 7990266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/apisix/plugins/example-plugin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7990266

Please sign in to comment.