aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/UDPServer.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/UDPServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/UDPServer.cs b/OpenSim/Region/ClientStack/UDPServer.cs
index e3b482f..9c572cf 100644
--- a/OpenSim/Region/ClientStack/UDPServer.cs
+++ b/OpenSim/Region/ClientStack/UDPServer.cs
@@ -359,7 +359,7 @@ namespace OpenSim.Region.ClientStack
359 throw (ex); 359 throw (ex);
360 360
361 // We are looking for alternate ports! 361 // We are looking for alternate ports!
362 m_log.Info("[SERVER]: UDP socket on " + listenIP.ToString() + " " + listenPort.ToString() + " is not available, trying next."); 362 //m_log.Info("[SERVER]: UDP socket on " + listenIP.ToString() + " " + listenPort.ToString() + " is not available, trying next.");
363 } 363 }
364 System.Threading.Thread.Sleep(100); // Wait before we retry socket 364 System.Threading.Thread.Sleep(100); // Wait before we retry socket
365 } 365 }