aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ThirdParty
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-01 20:28:00 +0000
committerJustin Clarke Casey2008-12-01 20:28:00 +0000
commit18ba6c35105fcddbd5a8abedb8f70f67c3033aa1 (patch)
tree72161dae4893f53399d539ace5c40e11a27a2b73 /ThirdParty
parent* Assume that asset data in a reset inventory post is not inlined by default (diff)
downloadopensim-SC_OLD-18ba6c35105fcddbd5a8abedb8f70f67c3033aa1.zip
opensim-SC_OLD-18ba6c35105fcddbd5a8abedb8f70f67c3033aa1.tar.gz
opensim-SC_OLD-18ba6c35105fcddbd5a8abedb8f70f67c3033aa1.tar.bz2
opensim-SC_OLD-18ba6c35105fcddbd5a8abedb8f70f67c3033aa1.tar.xz
* minor: A few tiny bits of documentation and log message cleanup before starting something different
Diffstat (limited to 'ThirdParty')
-rw-r--r--ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs b/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs
index 396ad59..b3b66da 100644
--- a/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs
+++ b/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs
@@ -84,7 +84,7 @@ namespace OpenSim.ApplicationPlugins.LoadBalancer
84 84
85 public void Initialise(OpenSimBase openSim) 85 public void Initialise(OpenSimBase openSim)
86 { 86 {
87 m_log.Info("[BALANCER] " + "Entering Initialize()"); 87 m_log.Info("[BALANCER]: " + "Entering Initialize()");
88 88
89 proxyURL = openSim.ConfigSource.Source.Configs["Network"].GetString("proxy_url", ""); 89 proxyURL = openSim.ConfigSource.Source.Configs["Network"].GetString("proxy_url", "");
90 if (proxyURL.Length == 0) return; 90 if (proxyURL.Length == 0) return;