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:
Adam Frisby
2007-07-29 09:37:29 +00:00
parent c518a9e141
commit 038774de30
10 changed files with 30 additions and 20 deletions

View File

@@ -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();