diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/UDPServer.cs | 2 |
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 | } |