s2smanager: Remove potentially misleading log message (thanks albert)

Thu, 03 Jun 2010 12:28:27 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 03 Jun 2010 12:28:27 +0100
changeset 3151
6eca858feb04
parent 3149
5aca2f01c0f9
child 3152
c6091977624b
child 3185
a31559c52842

s2smanager: Remove potentially misleading log message (thanks albert)

core/s2smanager.lua file | annotate | diff | comparison | revisions
--- a/core/s2smanager.lua	Wed Jun 02 21:33:44 2010 +0100
+++ b/core/s2smanager.lua	Thu Jun 03 12:28:27 2010 +0100
@@ -241,7 +241,6 @@
 			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;

mercurial