diff options
author | Justin Clark-Casey (justincc) | 2012-01-05 17:10:38 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-01-05 17:10:38 +0000 |
commit | da6c816204eb3364a4527bc086d27e79cd2af0e5 (patch) | |
tree | 19995672183c6836ef16806cb0bb8e045834b14c /OpenSim/Region/DataSnapshot | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC_OLD-da6c816204eb3364a4527bc086d27e79cd2af0e5.zip opensim-SC_OLD-da6c816204eb3364a4527bc086d27e79cd2af0e5.tar.gz opensim-SC_OLD-da6c816204eb3364a4527bc086d27e79cd2af0e5.tar.bz2 opensim-SC_OLD-da6c816204eb3364a4527bc086d27e79cd2af0e5.tar.xz |
Commenting out DataSnapShot message "Registering service discovery capability" for now.
Please uncomment if/when needed.
Diffstat (limited to 'OpenSim/Region/DataSnapshot')
-rw-r--r-- | OpenSim/Region/DataSnapshot/DataRequestHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/DataSnapshot/DataRequestHandler.cs b/OpenSim/Region/DataSnapshot/DataRequestHandler.cs index b760454..93648d6 100644 --- a/OpenSim/Region/DataSnapshot/DataRequestHandler.cs +++ b/OpenSim/Region/DataSnapshot/DataRequestHandler.cs | |||
@@ -67,7 +67,7 @@ namespace OpenSim.Region.DataSnapshot | |||
67 | 67 | ||
68 | public void OnRegisterCaps(UUID agentID, Caps caps) | 68 | public void OnRegisterCaps(UUID agentID, Caps caps) |
69 | { | 69 | { |
70 | m_log.Info("[DATASNAPSHOT]: Registering service discovery capability for " + agentID); | 70 | // m_log.InfoFormat("[DATASNAPSHOT]: Registering service discovery capability for {0}", agentID); |
71 | string capsBase = "/CAPS/" + caps.CapsObjectPath; | 71 | string capsBase = "/CAPS/" + caps.CapsObjectPath; |
72 | caps.RegisterHandler("PublicSnapshotDataInfo", | 72 | caps.RegisterHandler("PublicSnapshotDataInfo", |
73 | new RestStreamHandler("POST", capsBase + m_discoveryPath, OnDiscoveryAttempt)); | 73 | new RestStreamHandler("POST", capsBase + m_discoveryPath, OnDiscoveryAttempt)); |