Merge 0.7->trunk

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

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 03 Jun 2010 12:29:27 +0100
changeset 3152
c6091977624b
parent 3150
0005df92d379 (current diff)
parent 3151
6eca858feb04 (diff)
child 3154
b01a699ddf64
child 3174
fd435cab928f

Merge 0.7->trunk

core/s2smanager.lua file | annotate | diff | comparison | revisions
--- a/core/s2smanager.lua	Wed Jun 02 21:34:16 2010 +0100
+++ b/core/s2smanager.lua	Thu Jun 03 12:29:27 2010 +0100
@@ -256,7 +256,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