diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSimMain.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 3 |
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"); |