aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-10-02 22:33:58 +0100
committerJustin Clark-Casey (justincc)2014-10-02 22:33:58 +0100
commitc496bd57b4db557ef3e251038f9aeab68f4011a1 (patch)
tree8319798c3ec8635cf5bc07cb35b6dd5c76b5b2e3 /OpenSim
parentAdd "debug lludp throttle status" command to return status information about ... (diff)
downloadopensim-SC-c496bd57b4db557ef3e251038f9aeab68f4011a1.zip
opensim-SC-c496bd57b4db557ef3e251038f9aeab68f4011a1.tar.gz
opensim-SC-c496bd57b4db557ef3e251038f9aeab68f4011a1.tar.bz2
opensim-SC-c496bd57b4db557ef3e251038f9aeab68f4011a1.tar.xz
minor: Comment out received seed caps request logging for now
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
index e9e81f5..985451c 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
@@ -268,8 +268,8 @@ namespace OpenSim.Region.ClientStack.Linden
268 public string SeedCapRequest(string request, string path, string param, 268 public string SeedCapRequest(string request, string path, string param,
269 IOSHttpRequest httpRequest, IOSHttpResponse httpResponse) 269 IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
270 { 270 {
271 m_log.DebugFormat( 271// m_log.DebugFormat(
272 "[CAPS]: Received SEED caps request in {0} for agent {1}", m_regionName, m_HostCapsObj.AgentID); 272// "[CAPS]: Received SEED caps request in {0} for agent {1}", m_regionName, m_HostCapsObj.AgentID);
273 273
274 if (!m_Scene.CheckClient(m_HostCapsObj.AgentID, httpRequest.RemoteIPEndPoint)) 274 if (!m_Scene.CheckClient(m_HostCapsObj.AgentID, httpRequest.RemoteIPEndPoint))
275 { 275 {