aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application
diff options
context:
space:
mode:
authorTeravus Ovares2007-11-24 00:19:48 +0000
committerTeravus Ovares2007-11-24 00:19:48 +0000
commitd7ec786244cce8b856233090349d85b4aec76206 (patch)
tree78c24962ce09c5108f63fb31cba91eb4d9fed698 /OpenSim/Region/Application
parent*Fixed bug causing parcel prim counts to stop updating. (diff)
downloadopensim-SC_OLD-d7ec786244cce8b856233090349d85b4aec76206.zip
opensim-SC_OLD-d7ec786244cce8b856233090349d85b4aec76206.tar.gz
opensim-SC_OLD-d7ec786244cce8b856233090349d85b4aec76206.tar.bz2
opensim-SC_OLD-d7ec786244cce8b856233090349d85b4aec76206.tar.xz
* Added a nice 'The Region is going down.' message to the user when the sim owner issues 'shutdown' on the console.
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r--OpenSim/Region/Application/OpenSimMain.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs
index cae0b41..fd8b941 100644
--- a/OpenSim/Region/Application/OpenSimMain.cs
+++ b/OpenSim/Region/Application/OpenSimMain.cs
@@ -461,11 +461,12 @@ namespace OpenSim
461 /// </summary> 461 /// </summary>
462 public virtual void Shutdown() 462 public virtual void Shutdown()
463 { 463 {
464
464 if (m_startupCommandsFile != "") 465 if (m_startupCommandsFile != "")
465 { 466 {
466 RunCommandScript(m_shutdownCommandsFile); 467 RunCommandScript(m_shutdownCommandsFile);
467 } 468 }
468 469
469 m_log.Verbose("SHUTDOWN", "Closing all threads"); 470 m_log.Verbose("SHUTDOWN", "Closing all threads");
470 m_log.Verbose("SHUTDOWN", "Killing listener thread"); 471 m_log.Verbose("SHUTDOWN", "Killing listener thread");
471 m_log.Verbose("SHUTDOWN", "Killing clients"); 472 m_log.Verbose("SHUTDOWN", "Killing clients");