From 1ecc3a7918024a07c2b9f38d274584683e7c3218 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 4 Mar 2017 17:49:48 +0100 Subject: core: Split some very long lines [luacheck] --- core/s2smanager.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/s2smanager.lua') diff --git a/core/s2smanager.lua b/core/s2smanager.lua index a8d399d2..d84572f3 100644 --- a/core/s2smanager.lua +++ b/core/s2smanager.lua @@ -70,7 +70,9 @@ end local function destroy_session(session, reason) if session.destroyed then return; end - (session.log or log)("debug", "Destroying "..tostring(session.direction).." session "..tostring(session.from_host).."->"..tostring(session.to_host)..(reason and (": "..reason) or "")); + (session.log or log)("debug", "Destroying "..tostring(session.direction) + .." session "..tostring(session.from_host).."->"..tostring(session.to_host) + ..(reason and (": "..reason) or "")); if session.direction == "outgoing" then hosts[session.from_host].s2sout[session.to_host] = nil; -- cgit v1.2.3