aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
index 9470f1f..b6aa961 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
@@ -373,7 +373,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
373 { 373 {
374 // TODO : Actually only handle those states that we have control over, re-throw everything else, 374 // TODO : Actually only handle those states that we have control over, re-throw everything else,
375 // TODO: implement cases as we encounter them. 375 // TODO: implement cases as we encounter them.
376 //m_log.Error("[[CLIENT]: ]: Connection Error! - " + e.ToString()); 376 //m_log.Error("[CLIENT]: Connection Error! - " + e.ToString());
377 switch (e.SocketErrorCode) 377 switch (e.SocketErrorCode)
378 { 378 {
379 case SocketError.AlreadyInProgress: 379 case SocketError.AlreadyInProgress: