Bugfix: fix incomplete log
This commit is contained in:
parent
0abfad70ce
commit
b65ceee1a8
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ local function sync_backend(backend)
|
||||||
return
|
return
|
||||||
end
|
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 implementation = get_implementation(backend)
|
||||||
local balancer = balancers[backend.name]
|
local balancer = balancers[backend.name]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue