ummm... removed 1 too many newlines, formating a bit better now

ThreadPoolClientBranch
Sean Dague 2008-02-06 20:34:50 +00:00
parent 548bbc97e5
commit 2d7fbf6137
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace OpenSim.Framework.Console
WriteColorText(DeriveColor(matches[0].Groups["Category"].Value), matches[0].Groups["Category"].Value);
System.Console.Write("]");
System.Console.Write(matches[0].Groups["End"].Value);
System.Console.WriteLine(matches[0].Groups["End"].Value);
}
else
{