# HG changeset patch # User Matthew Wild # Date 1369753822 -3600 # Node ID d323932ecf18b76d08a168a06b0481eca7ed3c36 # Parent 84d3d7b69f9a798f0ce239614ebfa3d97ad88283 mod_s2s: Remove unnecessary debug message diff -r 84d3d7b69f9a -r d323932ecf18 plugins/mod_s2s/mod_s2s.lua --- 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