diff options
author | Tedd Hansen | 2008-02-24 17:01:20 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-02-24 17:01:20 +0000 |
commit | f10d895105452d5713b963fb4ed20af9bf85df9e (patch) | |
tree | a8301a3b2ab5b0211e2f9143ce9cb3261cc2d1e7 /OpenSim/Region/Application | |
parent | By now you all have learned that when I'm committing scripting usually doesn'... (diff) | |
download | opensim-SC_OLD-f10d895105452d5713b963fb4ed20af9bf85df9e.zip opensim-SC_OLD-f10d895105452d5713b963fb4ed20af9bf85df9e.tar.gz opensim-SC_OLD-f10d895105452d5713b963fb4ed20af9bf85df9e.tar.bz2 opensim-SC_OLD-f10d895105452d5713b963fb4ed20af9bf85df9e.tar.xz |
Ok, so NOW scripts work. New patch to break them coming soon.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 59f7c63..3fba35c 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -300,9 +300,9 @@ namespace OpenSim | |||
300 | // Called from app startup (OpenSim.Application) | 300 | // Called from app startup (OpenSim.Application) |
301 | // | 301 | // |
302 | 302 | ||
303 | m_log.Info("========================================================================"); | 303 | m_log.Info("====================================================================="); |
304 | m_log.Info("=========================== STARTING OPENSIM ==========================="); | 304 | m_log.Info("========================= STARTING OPENSIM =========================="); |
305 | m_log.Info("========================================================================"); | 305 | m_log.Info("====================================================================="); |
306 | 306 | ||
307 | m_console = CreateConsole(); | 307 | m_console = CreateConsole(); |
308 | MainConsole.Instance = m_console; | 308 | MainConsole.Instance = m_console; |