aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSim.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index d2af16f..ded7508 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -90,7 +90,7 @@ namespace OpenSim
90 m_log.Info("===================================================================="); 90 m_log.Info("====================================================================");
91 m_log.Info("========================= STARTING OPENSIM ========================="); 91 m_log.Info("========================= STARTING OPENSIM =========================");
92 m_log.Info("===================================================================="); 92 m_log.Info("====================================================================");
93 m_log.InfoFormat("[OPENSIM MAIN]: Running in {0} mode", (ConfigurationSettings.Sandbox ? "sandbox" : "grid")); 93 m_log.InfoFormat("[OPENSIM MAIN]: Running in {0} mode", (ConfigurationSettings.Standalone ? "sandbox" : "grid"));
94 94
95 m_console = new ConsoleBase("Region", this); 95 m_console = new ConsoleBase("Region", this);
96 MainConsole.Instance = m_console; 96 MainConsole.Instance = m_console;
@@ -642,7 +642,7 @@ namespace OpenSim
642 642
643 ShowPluginCommandsHelp(CombineParams(helpArgs, 0), m_console); 643 ShowPluginCommandsHelp(CombineParams(helpArgs, 0), m_console);
644 644
645 if (ConfigurationSettings.Sandbox) 645 if (ConfigurationSettings.Standalone)
646 { 646 {
647 m_console.Notice(""); 647 m_console.Notice("");
648 m_console.Notice("create user - adds a new user."); 648 m_console.Notice("create user - adds a new user.");