aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-11 02:06:32 +0100
committerJustin Clark-Casey (justincc)2011-08-11 02:06:32 +0100
commitcace6eaa8a82018fbb21ab83ce1bf95ea0a1e154 (patch)
treef9293aecd552385239f8630a5a2e9f6a4e367902 /OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
parentGet NPCs to revert to the correct 'resting' animation (e.g. stand or hover) a... (diff)
downloadopensim-SC_OLD-cace6eaa8a82018fbb21ab83ce1bf95ea0a1e154.zip
opensim-SC_OLD-cace6eaa8a82018fbb21ab83ce1bf95ea0a1e154.tar.gz
opensim-SC_OLD-cace6eaa8a82018fbb21ab83ce1bf95ea0a1e154.tar.bz2
opensim-SC_OLD-cace6eaa8a82018fbb21ab83ce1bf95ea0a1e154.tar.xz
comment out some of the currently less useful debug log messages
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
index 8db4e67..ff889ea 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
@@ -232,7 +232,7 @@ namespace OpenSim.Region.ClientStack.Linden
232 public string SeedCapRequest(string request, string path, string param, 232 public string SeedCapRequest(string request, string path, string param,
233 OSHttpRequest httpRequest, OSHttpResponse httpResponse) 233 OSHttpRequest httpRequest, OSHttpResponse httpResponse)
234 { 234 {
235 m_log.Debug("[CAPS]: Seed Caps Request in region: " + m_regionName); 235// m_log.Debug("[CAPS]: Seed Caps Request in region: " + m_regionName);
236 236
237 if (!m_Scene.CheckClient(m_HostCapsObj.AgentID, httpRequest.RemoteIPEndPoint)) 237 if (!m_Scene.CheckClient(m_HostCapsObj.AgentID, httpRequest.RemoteIPEndPoint))
238 { 238 {