mod_s2s: Remove unnecessary debug message
authorMatthew Wild <mwild1@gmail.com>
Tue, 28 May 2013 16:10:22 +0100
changeset 5636 d323932ecf18
parent 5635 84d3d7b69f9a
child 5637 991b47778bf3
mod_s2s: Remove unnecessary debug message
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