bugfix : redundant %s

This commit is contained in:
Cloud Wu
2026-02-07 11:28:32 +08:00
parent bbb12f3c85
commit 83fa834e1f

View File

@@ -58,7 +58,7 @@ local function open_channel(t, key)
ct.channel = c ct.channel = c
node_sender_closed[key] = nil node_sender_closed[key] = nil
else else
err = string.format("changenode [%s] (%s:%s) failed", key, address) err = string.format("changenode [%s] (%s) failed", key, address)
end end
elseif address == false then elseif address == false then
c = node_sender[key] c = node_sender[key]