From ef6c6f531d1c2c9c16989ecf4d975009395536a1 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 3 Jun 2010 12:28:27 +0100 Subject: s2smanager: Remove potentially misleading log message (thanks albert) --- core/s2smanager.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'core/s2smanager.lua') diff --git a/core/s2smanager.lua b/core/s2smanager.lua index ca87670a..03e4ff87 100644 --- a/core/s2smanager.lua +++ b/core/s2smanager.lua @@ -241,7 +241,6 @@ function attempt_connection(host_session, err) end end); - log("debug", "DNS lookup for %s sent, waiting for response before we can connect", to_host); return true; -- Attempt in progress elseif host_session.srv_hosts and #host_session.srv_hosts > host_session.srv_choice then -- Not our first attempt, and we also have SRV host_session.srv_choice = host_session.srv_choice + 1; -- cgit v1.2.3