aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSim.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-07-29 23:43:35 +0100
committerJustin Clark-Casey (justincc)2011-07-29 23:43:35 +0100
commit6d866ba6d5105365cc5dea901ee18824e90cdc4c (patch)
treee2fd3481660db93a22e47e4150cf12b7315f466d /OpenSim/Region/Application/OpenSim.cs
parentFor all Util.FireAndForget invocations, set thread to en_US before continuing... (diff)
downloadopensim-SC_OLD-6d866ba6d5105365cc5dea901ee18824e90cdc4c.zip
opensim-SC_OLD-6d866ba6d5105365cc5dea901ee18824e90cdc4c.tar.gz
opensim-SC_OLD-6d866ba6d5105365cc5dea901ee18824e90cdc4c.tar.bz2
opensim-SC_OLD-6d866ba6d5105365cc5dea901ee18824e90cdc4c.tar.xz
Temporarily put in a log line which shows which locale the user is running in.
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index 8add2af..259d753 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -130,7 +130,9 @@ namespace OpenSim
130 //m_log.InfoFormat("[OPENSIM MAIN]: GC Latency Mode: {0}", GCSettings.LatencyMode.ToString()); 130 //m_log.InfoFormat("[OPENSIM MAIN]: GC Latency Mode: {0}", GCSettings.LatencyMode.ToString());
131 131
132 if (m_gui) // Driven by external GUI 132 if (m_gui) // Driven by external GUI
133 {
133 m_console = new CommandConsole("Region"); 134 m_console = new CommandConsole("Region");
135 }
134 else 136 else
135 { 137 {
136 switch (m_consoleType) 138 switch (m_consoleType)