mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Remove the pre-log4net, discrete output methods from the consoles
This commit is contained in:
@@ -76,6 +76,10 @@ namespace OpenSim.Server.Base
|
||||
}
|
||||
|
||||
m_HttpServer = new BaseHttpServer(port);
|
||||
if (MainConsole.Instance is RemoteConsole)
|
||||
{
|
||||
((RemoteConsole)MainConsole.Instance).SetServer(m_HttpServer);
|
||||
}
|
||||
}
|
||||
|
||||
protected override void Initialise()
|
||||
|
||||
Reference in New Issue
Block a user