Fix indent
Signed-off-by: Rahix <rahix@rahix.de>
This commit is contained in:
parent
9f8e62923e
commit
6c51c4cb4e
2 changed files with 33 additions and 33 deletions
|
|
@ -23,7 +23,7 @@ function network.send(addr, port, msg)
|
||||||
local callback = nodes[addr]
|
local callback = nodes[addr]
|
||||||
if callback == nil then
|
if callback == nil then
|
||||||
if not network.allow_blackhole then
|
if not network.allow_blackhole then
|
||||||
error("Send message to offline node: "..addr)
|
error("Send message to offline node: "..tostring(addr))
|
||||||
end
|
end
|
||||||
return nil
|
return nil
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue