mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 14:17:37 +03:00
mod_s2s: Remove unnecessary debug message
This commit is contained in:
parent
de91cf38b1
commit
2e3f198799
1 changed files with 0 additions and 1 deletions
|
@ -616,7 +616,6 @@ function listener.ondisconnect(conn, err)
|
|||
if err and session.direction == "outgoing" and session.notopen then
|
||||
(session.log or log)("debug", "s2s connection attempt failed: %s", err);
|
||||
if s2sout.attempt_connection(session, err) then
|
||||
(session.log or log)("debug", "...so we're going to try another target");
|
||||
return; -- Session lives for now
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue