aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ThirdParty
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-05-12 13:39:46 +0000
committerJustin Clarke Casey2008-05-12 13:39:46 +0000
commitb4d128c811cd5b0344cc2cae1663e17f2951d183 (patch)
treef4c973c7819ee0d1f2ffeec17ee42e240f633439 /ThirdParty
parentThanks Melanie for a patch to stop sending unnecessary animation updates (bug... (diff)
downloadopensim-SC_OLD-b4d128c811cd5b0344cc2cae1663e17f2951d183.zip
opensim-SC_OLD-b4d128c811cd5b0344cc2cae1663e17f2951d183.tar.gz
opensim-SC_OLD-b4d128c811cd5b0344cc2cae1663e17f2951d183.tar.bz2
opensim-SC_OLD-b4d128c811cd5b0344cc2cae1663e17f2951d183.tar.xz
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.
Diffstat (limited to 'ThirdParty')
-rw-r--r--ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs4
1 files changed, 2 insertions, 2 deletions
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
71 71
72 public void Initialise(OpenSimMain openSim) 72 public void Initialise(OpenSimMain openSim)
73 { 73 {
74 Console.WriteLine("Starting proxy"); 74 m_log.Info("Starting proxy");
75 string proxyURL = openSim.ConfigSource.Configs["Network"].GetString("proxy_url", ""); 75 string proxyURL = openSim.ConfigSource.Configs["Network"].GetString("proxy_url", "");
76 if (proxyURL.Length == 0) return; 76 if (proxyURL.Length == 0) return;
77 77
@@ -543,4 +543,4 @@ namespace OpenSim.ApplicationPlugins.RegionProxy
543 543
544 #endregion 544 #endregion
545 } 545 }
546} \ No newline at end of file 546}