diff options
author | Tedd Hansen | 2008-12-05 16:20:12 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-12-05 16:20:12 +0000 |
commit | c82657075105936a25f2ca821db0cb1ea5453923 (patch) | |
tree | 3c9492601edce3ed6204d9d7419f761ec7e68970 | |
parent | killing warnings, reformatting RemoteAdminPlugin (diff) | |
download | opensim-SC_OLD-c82657075105936a25f2ca821db0cb1ea5453923.zip opensim-SC_OLD-c82657075105936a25f2ca821db0cb1ea5453923.tar.gz opensim-SC_OLD-c82657075105936a25f2ca821db0cb1ea5453923.tar.bz2 opensim-SC_OLD-c82657075105936a25f2ca821db0cb1ea5453923.tar.xz |
Fixed Mantis #2756
-rw-r--r-- | 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 5c8afa7..acbf67c 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -92,7 +92,7 @@ namespace OpenSim | |||
92 | m_log.Info("========================= STARTING OPENSIM ========================="); | 92 | m_log.Info("========================= STARTING OPENSIM ========================="); |
93 | m_log.Info("===================================================================="); | 93 | m_log.Info("===================================================================="); |
94 | m_log.InfoFormat("[OPENSIM MAIN]: Running in {0} mode", (ConfigurationSettings.Standalone ? "sandbox" : "grid")); | 94 | m_log.InfoFormat("[OPENSIM MAIN]: Running in {0} mode", (ConfigurationSettings.Standalone ? "sandbox" : "grid")); |
95 | m_log.InfoFormat("[OPENSIM MAIN]: GC Is Server GC: {0}", GCSettings.IsServerGC.ToString()); | 95 | //m_log.InfoFormat("[OPENSIM MAIN]: GC Is Server GC: {0}", GCSettings.IsServerGC.ToString()); |
96 | // http://msdn.microsoft.com/en-us/library/bb384202.aspx | 96 | // http://msdn.microsoft.com/en-us/library/bb384202.aspx |
97 | //GCSettings.LatencyMode = GCLatencyMode.Batch; | 97 | //GCSettings.LatencyMode = GCLatencyMode.Batch; |
98 | //m_log.InfoFormat("[OPENSIM MAIN]: GC Latency Mode: {0}", GCSettings.LatencyMode.ToString()); | 98 | //m_log.InfoFormat("[OPENSIM MAIN]: GC Latency Mode: {0}", GCSettings.LatencyMode.ToString()); |