mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
* Cleanup and CCC (Code Convention Conformance)
This commit is contained in:
@@ -56,7 +56,8 @@ namespace OpenSim
|
||||
m_log.Info("====================================================================");
|
||||
m_log.Info("========================= STARTING OPENSIM =========================");
|
||||
m_log.Info("====================================================================");
|
||||
m_log.InfoFormat("[OPENSIM MAIN]: Running in background {0} mode", ConfigurationSettings.Standalone ? "sandbox" : "grid");
|
||||
m_log.InfoFormat("[OPENSIM MAIN]: Running in background {0} mode",
|
||||
ConfigurationSettings.Standalone ? "sandbox" : "grid");
|
||||
|
||||
base.Startup();
|
||||
|
||||
@@ -77,4 +78,4 @@ namespace OpenSim
|
||||
base.Shutdown();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user