diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBackground.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBackground.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimBackground.cs b/OpenSim/Region/Application/OpenSimBackground.cs index 4a2c161..93999ce 100644 --- a/OpenSim/Region/Application/OpenSimBackground.cs +++ b/OpenSim/Region/Application/OpenSimBackground.cs | |||
@@ -56,7 +56,8 @@ 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", ConfigurationSettings.Standalone ? "sandbox" : "grid"); | 59 | m_log.InfoFormat("[OPENSIM MAIN]: Running in background {0} mode", |
60 | ConfigurationSettings.Standalone ? "sandbox" : "grid"); | ||
60 | 61 | ||
61 | base.Startup(); | 62 | base.Startup(); |
62 | 63 | ||
@@ -77,4 +78,4 @@ namespace OpenSim | |||
77 | base.Shutdown(); | 78 | base.Shutdown(); |
78 | } | 79 | } |
79 | } | 80 | } |
80 | } | 81 | } \ No newline at end of file |