From b4d128c811cd5b0344cc2cae1663e17f2951d183 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 12 May 2008 13:39:46 +0000 Subject: From: Alan M Webb This patch just tightens up console handling in BasOpenSimServer and removes (or redirects) a couple of messages that were being issued using Console.Writeline. --- ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ThirdParty/3Di') diff --git a/ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs b/ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs index e8ae8a9..16470de 100644 --- a/ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs +++ b/ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs @@ -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 } -} \ No newline at end of file +} -- cgit v1.1