Merge pull request #6679 from nic-6443/bug-fix

Bugfix: fix incomplete log
This commit is contained in:
Kubernetes Prow Robot 2021-01-06 15:01:45 -08:00 committed by GitHub
commit 37ee5d98bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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]