aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBackground.cs
diff options
context:
space:
mode:
authorMW2008-11-05 17:18:16 +0000
committerMW2008-11-05 17:18:16 +0000
commit2a249373d3f3bfc07bb2f959e6211c2e8926c63d (patch)
treec1038454e41839b125fbf1012f7eaf7c359dfd2c /OpenSim/Region/Application/OpenSimBackground.cs
parent* Apply second patch in http://opensimulator.org/mantis/view.php?id=2561 (diff)
downloadopensim-SC_OLD-2a249373d3f3bfc07bb2f959e6211c2e8926c63d.zip
opensim-SC_OLD-2a249373d3f3bfc07bb2f959e6211c2e8926c63d.tar.gz
opensim-SC_OLD-2a249373d3f3bfc07bb2f959e6211c2e8926c63d.tar.bz2
opensim-SC_OLD-2a249373d3f3bfc07bb2f959e6211c2e8926c63d.tar.xz
Moved most of the configuration fields from Opensimbase to their own Class... Framework/ConfigSettings.
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBackground.cs')
-rw-r--r--OpenSim/Region/Application/OpenSimBackground.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBackground.cs b/OpenSim/Region/Application/OpenSimBackground.cs
index bfecf3b..ed5680b 100644
--- a/OpenSim/Region/Application/OpenSimBackground.cs
+++ b/OpenSim/Region/Application/OpenSimBackground.cs
@@ -56,7 +56,7 @@ namespace OpenSim
56 m_log.Info("===================================================================="); 56 m_log.Info("====================================================================");
57 m_log.Info("========================= STARTING OPENSIM ========================="); 57 m_log.Info("========================= STARTING OPENSIM =========================");
58 m_log.Info("===================================================================="); 58 m_log.Info("====================================================================");
59 m_log.InfoFormat("[OPENSIM MAIN]: Running in background {0} mode", m_sandbox ? "sandbox" : "grid"); 59 m_log.InfoFormat("[OPENSIM MAIN]: Running in background {0} mode", ConfigurationSettings.Sandbox ? "sandbox" : "grid");
60 60
61 base.Startup(); 61 base.Startup();
62 62