mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Moved most of the configuration fields from Opensimbase to their own Class... Framework/ConfigSettings.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user