Bugfix: fix incomplete log

This commit is contained in:
qianyong 2020-12-25 17:25:44 +08:00
parent 0abfad70ce
commit b65ceee1a8

View file

@ -79,7 +79,7 @@ local function sync_backend(backend)
return
end
ngx.log(ngx.INFO, string.format("backend ", backend.name))
ngx.log(ngx.INFO, "sync tcp/udp backend: ", backend.name)
local implementation = get_implementation(backend)
local balancer = balancers[backend.name]