From 08940b23081e7328f25099816f54e8bcd9d280ae Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 26 Oct 2008 13:14:14 +0000 Subject: Little tweak for more useful logging of closed s2s sessions --- core/s2smanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/s2smanager.lua') diff --git a/core/s2smanager.lua b/core/s2smanager.lua index eb90c1f3..0f27655f 100644 --- a/core/s2smanager.lua +++ b/core/s2smanager.lua @@ -175,7 +175,7 @@ function mark_connected(session) end function destroy_session(session) - (session.log or log)("info", "Destroying session"); + (session.log or log)("info", "Destroying "..tostring(session.direction).." session "..tostring(session.from_host).."->"..tostring(session.to_host)); if session.direction == "outgoing" then hosts[session.to_host] = nil; end -- cgit v1.2.3