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

@@ -55,7 +55,7 @@ namespace OpenSim.Framework.Console
this.componentname = componentname;
this.cmdparser = cmdparser;
this.m_silent = silent;
System.Console.WriteLine("ServerConsole.cs - creating new local console");
System.Console.WriteLine("Creating new local console");
if (String.IsNullOrEmpty(LogFile))
{
@@ -280,7 +280,7 @@ namespace OpenSim.Framework.Console
}
}
System.Console.Write("] ");
System.Console.Write("] \t");
return;
}