Add missing space to error message (#9069)
This commit is contained in:
parent
fd9d0abb2c
commit
0f5bf530ae
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ local function get_implementation(backend)
|
||||||
|
|
||||||
local implementation = IMPLEMENTATIONS[name]
|
local implementation = IMPLEMENTATIONS[name]
|
||||||
if not implementation then
|
if not implementation then
|
||||||
ngx.log(ngx.WARN, backend["load-balance"], "is not supported, ",
|
ngx.log(ngx.WARN, backend["load-balance"], " is not supported, ",
|
||||||
"falling back to ", DEFAULT_LB_ALG)
|
"falling back to ", DEFAULT_LB_ALG)
|
||||||
implementation = IMPLEMENTATIONS[DEFAULT_LB_ALG]
|
implementation = IMPLEMENTATIONS[DEFAULT_LB_ALG]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue