diff options
author | Jeff Ames | 2008-02-06 03:52:36 +0000 |
---|---|---|
committer | Jeff Ames | 2008-02-06 03:52:36 +0000 |
commit | d76d604ce9f749943a6dc6c2260b1375b4ee77b4 (patch) | |
tree | 0f5bb1f7a3fe3f3e1de9418832ac5b71901d458a /OpenSim/Framework/Console/ConsoleBase.cs | |
parent | Fixed regex in LSL2CSConverter so it will properly handle casting to (string)... (diff) | |
download | opensim-SC_OLD-d76d604ce9f749943a6dc6c2260b1375b4ee77b4.zip opensim-SC_OLD-d76d604ce9f749943a6dc6c2260b1375b4ee77b4.tar.gz opensim-SC_OLD-d76d604ce9f749943a6dc6c2260b1375b4ee77b4.tar.bz2 opensim-SC_OLD-d76d604ce9f749943a6dc6c2260b1375b4ee77b4.tar.xz |
Added colors back to console output.
Fixed line duplication in console output.
Diffstat (limited to 'OpenSim/Framework/Console/ConsoleBase.cs')
-rw-r--r-- | OpenSim/Framework/Console/ConsoleBase.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Framework/Console/ConsoleBase.cs b/OpenSim/Framework/Console/ConsoleBase.cs index 3f68e50..6ea9b5d 100644 --- a/OpenSim/Framework/Console/ConsoleBase.cs +++ b/OpenSim/Framework/Console/ConsoleBase.cs | |||
@@ -179,16 +179,6 @@ namespace OpenSim.Framework.Console | |||
179 | { | 179 | { |
180 | try | 180 | try |
181 | { | 181 | { |
182 | System.Console.WriteLine(format, args); | ||
183 | } | ||
184 | |||
185 | catch (FormatException) | ||
186 | { | ||
187 | System.Console.WriteLine(args); | ||
188 | } | ||
189 | |||
190 | try | ||
191 | { | ||
192 | if (color != ConsoleColor.White) | 182 | if (color != ConsoleColor.White) |
193 | System.Console.ForegroundColor = color; | 183 | System.Console.ForegroundColor = color; |
194 | 184 | ||