diff options
author | John Hurliman | 2010-03-16 12:03:04 -0700 |
---|---|---|
committer | John Hurliman | 2010-03-16 12:03:04 -0700 |
commit | b51f40da8f24b78fa6101d70726ca2000e5b0341 (patch) | |
tree | 945d9a16dee81db24afd8284e9565d52408b68ec /OpenSim/Region/Application/OpenSim.cs | |
parent | Fixed several unhandled exceptions and performance issues with PrimitiveBaseS... (diff) | |
download | opensim-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 'OpenSim/Region/Application/OpenSim.cs')
-rwxr-xr-x | OpenSim/Region/Application/OpenSim.cs | 2 |
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 | ); |