mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Little tweak for more useful logging of closed s2s sessions
This commit is contained in:
parent
77dcd4c0c5
commit
08940b2308
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue