minor: Comment out received seed caps request logging for now

ghosts
Justin Clark-Casey (justincc) 2014-10-02 22:33:58 +01:00
parent b7abcd28e1
commit d50f85dff6
1 changed files with 2 additions and 2 deletions

View File

@ -268,8 +268,8 @@ namespace OpenSim.Region.ClientStack.Linden
public string SeedCapRequest(string request, string path, string param,
IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
{
m_log.DebugFormat(
"[CAPS]: Received SEED caps request in {0} for agent {1}", m_regionName, m_HostCapsObj.AgentID);
// m_log.DebugFormat(
// "[CAPS]: Received SEED caps request in {0} for agent {1}", m_regionName, m_HostCapsObj.AgentID);
if (!m_Scene.CheckClient(m_HostCapsObj.AgentID, httpRequest.RemoteIPEndPoint))
{