Fix indent

Signed-off-by: Rahix <rahix@rahix.de>
This commit is contained in:
rahix 2019-04-14 22:16:32 +02:00
parent 9f8e62923e
commit 6c51c4cb4e
2 changed files with 33 additions and 33 deletions

View file

@ -23,7 +23,7 @@ function network.send(addr, port, msg)
local callback = nodes[addr]
if callback == nil then
if not network.allow_blackhole then
error("Send message to offline node: "..addr)
error("Send message to offline node: "..tostring(addr))
end
return nil
end