Software /
code /
prosody
Diff
plugins/mod_s2s/mod_s2s.lua @ 5636:d323932ecf18
mod_s2s: Remove unnecessary debug message
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 28 May 2013 16:10:22 +0100 |
parent | 5594:ad66ee47b674 |
child | 5638:c5b7f4858014 |
line wrap: on
line diff
--- a/plugins/mod_s2s/mod_s2s.lua Fri May 24 18:38:36 2013 +0100 +++ b/plugins/mod_s2s/mod_s2s.lua Tue May 28 16:10:22 2013 +0100 @@ -616,7 +616,6 @@ 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