Moved most of the configuration fields from Opensimbase to their own Class... Framework/ConfigSettings.

This commit is contained in:
MW
2008-11-05 17:18:16 +00:00
parent 8f3c5dbe5c
commit 2a249373d3
4 changed files with 193 additions and 68 deletions

View File

@@ -56,7 +56,7 @@ namespace OpenSim
m_log.Info("====================================================================");
m_log.Info("========================= STARTING OPENSIM =========================");
m_log.Info("====================================================================");
m_log.InfoFormat("[OPENSIM MAIN]: Running in background {0} mode", m_sandbox ? "sandbox" : "grid");
m_log.InfoFormat("[OPENSIM MAIN]: Running in background {0} mode", ConfigurationSettings.Sandbox ? "sandbox" : "grid");
base.Startup();