diff options
Diffstat (limited to 'OpenSim/Framework/Console/LogBase.cs')
-rw-r--r-- | OpenSim/Framework/Console/LogBase.cs | 4 |
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 | } |