Commenting out DataSnapShot message "Registering service discovery capability" for now.

Please uncomment if/when needed.
0.7.2-post-fixes
Justin Clark-Casey (justincc) 2012-01-05 17:10:38 +00:00
parent 9474bdb6df
commit eebcea22ba
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ namespace OpenSim.Region.DataSnapshot
public void OnRegisterCaps(UUID agentID, Caps caps)
{
m_log.Info("[DATASNAPSHOT]: Registering service discovery capability for " + agentID);
// m_log.InfoFormat("[DATASNAPSHOT]: Registering service discovery capability for {0}", agentID);
string capsBase = "/CAPS/" + caps.CapsObjectPath;
caps.RegisterHandler("PublicSnapshotDataInfo",
new RestStreamHandler("POST", capsBase + m_discoveryPath, OnDiscoveryAttempt));