mod_s2s: Lower "Beginning new connection attempt" message from info to debug level
authorKim Alvefur <zash@zash.se>
Wed, 14 Aug 2013 12:44:56 +0000 (14:44 +0200)
committerKim Alvefur <zash@zash.se>
Wed, 14 Aug 2013 12:44:56 +0000 (14:44 +0200)
plugins/mod_s2s/s2sout.lib.lua

index 9500cac7011b2db90510ea8958b9bb5b15237eb1..ec8ea4d47941e7bc7faddd2cc5b751edbc3b4c4d 100644 (file)
@@ -265,7 +265,7 @@ function s2sout.try_connect(host_session, connect_host, connect_port, err)
 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