diff options
author | Justin Clark-Casey (justincc) | 2011-08-11 02:06:32 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-11 02:06:32 +0100 |
commit | cace6eaa8a82018fbb21ab83ce1bf95ea0a1e154 (patch) | |
tree | f9293aecd552385239f8630a5a2e9f6a4e367902 /OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps | |
parent | Get NPCs to revert to the correct 'resting' animation (e.g. stand or hover) a... (diff) | |
download | opensim-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 'OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | 2 |
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 | { |