mod_s2s: Remove unnecessary debug message
authorMatthew Wild <mwild1@gmail.com>
Tue, 28 May 2013 15:10:22 +0000 (16:10 +0100)
committerMatthew Wild <mwild1@gmail.com>
Tue, 28 May 2013 15:10:22 +0000 (16:10 +0100)
plugins/mod_s2s/mod_s2s.lua

index 5a2af96843e67ebea28591315e331527744addc7..ab5b72328076c034332cae23ea062b2ba85590fc 100644 (file)
@@ -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