From 91a096dca6adc62bb6b185d391a8d2181291e9a3 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Tue, 10 Mar 2009 20:27:41 +0000 Subject: * Cleanup and CCC (Code Convention Conformance) --- OpenSim/Region/Application/OpenSimBackground.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/Application/OpenSimBackground.cs') 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 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(); } } -} +} \ No newline at end of file -- cgit v1.1