Skip to content

Commit

Permalink
missed one log instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Jan 12, 2016
1 parent eb54613 commit d9d1382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/kong.lua
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function Kong.body_filter()
core.body_filter.after()
end

function Kong.exec_plugins_log()
function Kong.log()
for plugin, plugin_conf in plugins_iterator(loaded_plugins, "log") do
plugin.handler:log(plugin_conf)
end
Expand Down

0 comments on commit d9d1382

Please sign in to comment.