mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
make Console Output(..) compatible with rest of code, again
This commit is contained in:
@@ -389,7 +389,7 @@ namespace OpenSim.Framework.Console
|
||||
System.Console.WriteLine();
|
||||
}
|
||||
|
||||
public override void Output(string format, string level = null, params object[] components)
|
||||
public override void Output(string format, string level, params object[] components)
|
||||
{
|
||||
string text = String.Format(format, components);
|
||||
|
||||
@@ -400,7 +400,6 @@ namespace OpenSim.Framework.Console
|
||||
if (m_cursorYPosition == -1)
|
||||
{
|
||||
WriteLocalText(text, level);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user