Commenting out DataSnapShot message "Registering service discovery capability" for now.
Please uncomment if/when needed.0.7.2-post-fixes
parent
9474bdb6df
commit
eebcea22ba
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue