mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
bugfix : redundant %s
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user