mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Removed a bunch of compiler warnings.
This commit is contained in:
@@ -359,7 +359,7 @@ namespace OpenSim.Region.ClientStack
|
||||
throw (ex);
|
||||
|
||||
// We are looking for alternate ports!
|
||||
m_log.Info("[SERVER]: UDP socket on " + listenIP.ToString() + " " + listenPort.ToString() + " is not available, trying next.");
|
||||
//m_log.Info("[SERVER]: UDP socket on " + listenIP.ToString() + " " + listenPort.ToString() + " is not available, trying next.");
|
||||
}
|
||||
System.Threading.Thread.Sleep(100); // Wait before we retry socket
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user