Software /
code /
prosody
Changeset
5799:4a7e90b4c97d
mod_s2s: Lower "Beginning new connection attempt" message from info to debug level
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 14 Aug 2013 14:44:56 +0200 |
parents | 5798:c610b5fb53f3 |
children | 5800:3a48acbcb7f3 |
files | plugins/mod_s2s/s2sout.lib.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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