aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ThirdParty/3Di/LoadBalancer/TcpServer.cs
diff options
context:
space:
mode:
authorJeff Ames2008-03-04 10:12:39 +0000
committerJeff Ames2008-03-04 10:12:39 +0000
commitd2806090aef48cff16d1ba2ae88ab0775f6a0489 (patch)
tree6e3115f4896a9edc4b7c68e18ebf15e44a527aba /ThirdParty/3Di/LoadBalancer/TcpServer.cs
parentFixed a region split synchronization bug (diff)
downloadopensim-SC_OLD-d2806090aef48cff16d1ba2ae88ab0775f6a0489.zip
opensim-SC_OLD-d2806090aef48cff16d1ba2ae88ab0775f6a0489.tar.gz
opensim-SC_OLD-d2806090aef48cff16d1ba2ae88ab0775f6a0489.tar.bz2
opensim-SC_OLD-d2806090aef48cff16d1ba2ae88ab0775f6a0489.tar.xz
Cleaned up a couple compiler warnings.
Diffstat (limited to '')
-rw-r--r--ThirdParty/3Di/LoadBalancer/TcpServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ThirdParty/3Di/LoadBalancer/TcpServer.cs b/ThirdParty/3Di/LoadBalancer/TcpServer.cs
index 4e651b6..2d46294 100644
--- a/ThirdParty/3Di/LoadBalancer/TcpServer.cs
+++ b/ThirdParty/3Di/LoadBalancer/TcpServer.cs
@@ -175,7 +175,7 @@ namespace OpenSim.ApplicationPlugins.LoadBalancer {
175 } // while (true) 175 } // while (true)
176 176
177 } 177 }
178 catch (Exception e) 178 catch (Exception)
179 { 179 {
180 //MainLog.Instance.Verbose("TCPSERVER", e.ToString()); 180 //MainLog.Instance.Verbose("TCPSERVER", e.ToString());
181 //MainLog.Instance.Verbose("TCPSERVER", e.StackTrace); 181 //MainLog.Instance.Verbose("TCPSERVER", e.StackTrace);