mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Commit 1/2
* DB4o no longer crashes the sim on Startup * DB4o now crashes the sim on shutdown. * Variety of console verbosity fixes.
This commit is contained in:
@@ -306,11 +306,11 @@ namespace OpenSim
|
||||
/// </summary>
|
||||
public virtual void Shutdown()
|
||||
{
|
||||
m_log.Verbose("Main.cs:Shutdown() - Closing all threads");
|
||||
m_log.Verbose("Main.cs:Shutdown() - Killing listener thread");
|
||||
m_log.Verbose("Main.cs:Shutdown() - Killing clients");
|
||||
m_log.Verbose("Closing all threads");
|
||||
m_log.Verbose("Killing listener thread");
|
||||
m_log.Verbose("Killing clients");
|
||||
// IMPLEMENT THIS
|
||||
m_log.Verbose("Main.cs:Shutdown() - Closing console and terminating");
|
||||
m_log.Verbose("Closing console and terminating");
|
||||
for (int i = 0; i < m_localScenes.Count; i++)
|
||||
{
|
||||
((Scene)m_localScenes[i]).Close();
|
||||
|
||||
Reference in New Issue
Block a user