This commit is contained in:
Cloud Wu
2019-08-07 10:20:38 +08:00
parent 7e42653f80
commit baf5987b0b

View File

@@ -50,6 +50,8 @@ local function open_channel(t, key)
if succ then
t[key] = c
ct.channel = c
else
err = string.format("changenode [%s] (%s:%s) failed", key, host, port)
end
else
err = string.format("cluster node [%s] is %s.", key, address == false and "down" or "absent")