# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1376484296 -7200
# Node ID 4a7e90b4c97d0750950c2d5b63219004e57e1f90
# Parent  c610b5fb53f3619a08ee90b2b3d65b1f0246d4eb
mod_s2s: Lower "Beginning new connection attempt" message from info to debug level

diff -r c610b5fb53f3 -r 4a7e90b4c97d plugins/mod_s2s/s2sout.lib.lua
--- a/plugins/mod_s2s/s2sout.lib.lua	Wed Aug 14 00:18:39 2013 +0100
+++ b/plugins/mod_s2s/s2sout.lib.lua	Wed Aug 14 14:44:56 2013 +0200
@@ -265,7 +265,7 @@
 end
 
 function s2sout.make_connect(host_session, connect_host, connect_port)
-	(host_session.log or log)("info", "Beginning new connection attempt to %s ([%s]:%d)", host_session.to_host, connect_host.addr, connect_port);
+	(host_session.log or log)("debug", "Beginning new connection attempt to %s ([%s]:%d)", host_session.to_host, connect_host.addr, connect_port);
 
 	-- Reset secure flag in case this is another
 	-- connection attempt after a failed STARTTLS