mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
also override Output(string format) on remoteConsole
This commit is contained in:
@@ -190,6 +190,11 @@ namespace OpenSim.Framework.Console
|
||||
m_Server.AddHTTPHandler("/SessionCommand/", HandleHttpSessionCommand);
|
||||
}
|
||||
|
||||
public override void Output(string format)
|
||||
{
|
||||
Output(format, null);
|
||||
}
|
||||
|
||||
public override void Output(string format, params object[] components)
|
||||
{
|
||||
string level = null;
|
||||
|
||||
Reference in New Issue
Block a user