diff options
author | lbsa71 | 2009-03-10 20:27:41 +0000 |
---|---|---|
committer | lbsa71 | 2009-03-10 20:27:41 +0000 |
commit | 91a096dca6adc62bb6b185d391a8d2181291e9a3 (patch) | |
tree | 748fdbd1eee8a4bb907481241c0a19664b309b11 /OpenSim/Region/Application/OpenSimBackground.cs | |
parent | * Cleanup and CCC (Code Convention Conformance) (diff) | |
download | opensim-SC_OLD-91a096dca6adc62bb6b185d391a8d2181291e9a3.zip opensim-SC_OLD-91a096dca6adc62bb6b185d391a8d2181291e9a3.tar.gz opensim-SC_OLD-91a096dca6adc62bb6b185d391a8d2181291e9a3.tar.bz2 opensim-SC_OLD-91a096dca6adc62bb6b185d391a8d2181291e9a3.tar.xz |
* Cleanup and CCC (Code Convention Conformance)
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 |