diff options
author | Adam Frisby | 2008-03-03 09:54:39 +0000 |
---|---|---|
committer | Adam Frisby | 2008-03-03 09:54:39 +0000 |
commit | 415fc22e5ea326dd104563044533d14d08612f5c (patch) | |
tree | 13345d2565757ca0358b4894c51b7c2f6e293e8b /OpenSim/Region/ClientStack | |
parent | * Fixed about Text in the profile in grid mode. (diff) | |
download | opensim-SC_OLD-415fc22e5ea326dd104563044533d14d08612f5c.zip opensim-SC_OLD-415fc22e5ea326dd104563044533d14d08612f5c.tar.gz opensim-SC_OLD-415fc22e5ea326dd104563044533d14d08612f5c.tar.bz2 opensim-SC_OLD-415fc22e5ea326dd104563044533d14d08612f5c.tar.xz |
* Removed a bunch of compiler warnings.
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 | } |