Signed-off-by: Rahix <rahix@rahix.de>
@ -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