mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-21 18:43:09 +00:00
bugfix : redundant %s
This commit is contained in:
@@ -58,7 +58,7 @@ local function open_channel(t, key)
|
||||
ct.channel = c
|
||||
node_sender_closed[key] = nil
|
||||
else
|
||||
err = string.format("changenode [%s] (%s:%s) failed", key, address)
|
||||
err = string.format("changenode [%s] (%s) failed", key, address)
|
||||
end
|
||||
elseif address == false then
|
||||
c = node_sender[key]
|
||||
|
||||
Reference in New Issue
Block a user