aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSim.cs
diff options
context:
space:
mode:
authorJohn Hurliman2010-03-16 12:03:04 -0700
committerJohn Hurliman2010-03-16 12:03:04 -0700
commitb51f40da8f24b78fa6101d70726ca2000e5b0341 (patch)
tree945d9a16dee81db24afd8284e9565d52408b68ec /OpenSim/Region/Application/OpenSim.cs
parentFixed several unhandled exceptions and performance issues with PrimitiveBaseS... (diff)
downloadopensim-SC_OLD-b51f40da8f24b78fa6101d70726ca2000e5b0341.zip
opensim-SC_OLD-b51f40da8f24b78fa6101d70726ca2000e5b0341.tar.gz
opensim-SC_OLD-b51f40da8f24b78fa6101d70726ca2000e5b0341.tar.bz2
opensim-SC_OLD-b51f40da8f24b78fa6101d70726ca2000e5b0341.tar.xz
Removed the unused use_async_when_possible config variable
Diffstat (limited to '')
-rwxr-xr-xOpenSim/Region/Application/OpenSim.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index 7e81650..38b2084 100755
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -897,7 +897,7 @@ namespace OpenSim
897 { 897 {
898 connections.AppendFormat("{0}: {1} ({2}) from {3} on circuit {4}\n", 898 connections.AppendFormat("{0}: {1} ({2}) from {3} on circuit {4}\n",
899 scene.RegionInfo.RegionName, client.Name, client.AgentId, client.RemoteEndPoint, client.CircuitCode); 899 scene.RegionInfo.RegionName, client.Name, client.AgentId, client.RemoteEndPoint, client.CircuitCode);
900 }, false 900 }
901 ); 901 );
902 } 902 }
903 ); 903 );