aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console
diff options
context:
space:
mode:
authorAdam Frisby2007-07-29 09:37:29 +0000
committerAdam Frisby2007-07-29 09:37:29 +0000
commit038774de30ce26120c91ccd8e1cda1b2a89e1841 (patch)
treef7f6e0c7027737b7ad77cbb4de09b734c436e903 /OpenSim/Framework/Console
parent* Fixed an issue with Mono/UNIX filenames and DB4o storage engine. (diff)
downloadopensim-SC_OLD-038774de30ce26120c91ccd8e1cda1b2a89e1841.zip
opensim-SC_OLD-038774de30ce26120c91ccd8e1cda1b2a89e1841.tar.gz
opensim-SC_OLD-038774de30ce26120c91ccd8e1cda1b2a89e1841.tar.bz2
opensim-SC_OLD-038774de30ce26120c91ccd8e1cda1b2a89e1841.tar.xz
Commit 1/2
* DB4o no longer crashes the sim on Startup * DB4o now crashes the sim on shutdown. * Variety of console verbosity fixes.
Diffstat (limited to 'OpenSim/Framework/Console')
-rw-r--r--OpenSim/Framework/Console/LogBase.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Console/LogBase.cs b/OpenSim/Framework/Console/LogBase.cs
index 8b8d8df..0aa42d1 100644
--- a/OpenSim/Framework/Console/LogBase.cs
+++ b/OpenSim/Framework/Console/LogBase.cs
@@ -55,7 +55,7 @@ namespace OpenSim.Framework.Console
55 this.componentname = componentname; 55 this.componentname = componentname;
56 this.cmdparser = cmdparser; 56 this.cmdparser = cmdparser;
57 this.m_silent = silent; 57 this.m_silent = silent;
58 System.Console.WriteLine("ServerConsole.cs - creating new local console"); 58 System.Console.WriteLine("Creating new local console");
59 59
60 if (String.IsNullOrEmpty(LogFile)) 60 if (String.IsNullOrEmpty(LogFile))
61 { 61 {
@@ -280,7 +280,7 @@ namespace OpenSim.Framework.Console
280 } 280 }
281 } 281 }
282 282
283 System.Console.Write("] "); 283 System.Console.Write("] \t");
284 284
285 return; 285 return;
286 } 286 }