mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
From: Alan M Webb <awebb@vnet.ibm.com>
This patch just tightens up console handling in BasOpenSimServer and removes (or redirects) a couple of messages that were being issued using Console.Writeline.
This commit is contained in:
@@ -71,7 +71,7 @@ namespace OpenSim.ApplicationPlugins.RegionProxy
|
||||
|
||||
public void Initialise(OpenSimMain openSim)
|
||||
{
|
||||
Console.WriteLine("Starting proxy");
|
||||
m_log.Info("Starting proxy");
|
||||
string proxyURL = openSim.ConfigSource.Configs["Network"].GetString("proxy_url", "");
|
||||
if (proxyURL.Length == 0) return;
|
||||
|
||||
@@ -543,4 +543,4 @@ namespace OpenSim.ApplicationPlugins.RegionProxy
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user