Merge pull request #6679 from nic-6443/bug-fix
Bugfix: fix incomplete log
This commit is contained in:
commit
37ee5d98bf
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue