aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Capabilities/Caps.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-03-20 13:03:26 +0000
committerJustin Clarke Casey2008-03-20 13:03:26 +0000
commit20473af89240457c1517bb547f8fc239478fd720 (patch)
tree80e6b35e567ff48d12a74299f8942c6d2c442a57 /OpenSim/Framework/Communications/Capabilities/Caps.cs
parentFix server crash when setting prims physical under basic physics. (diff)
downloadopensim-SC_OLD-20473af89240457c1517bb547f8fc239478fd720.zip
opensim-SC_OLD-20473af89240457c1517bb547f8fc239478fd720.tar.gz
opensim-SC_OLD-20473af89240457c1517bb547f8fc239478fd720.tar.bz2
opensim-SC_OLD-20473af89240457c1517bb547f8fc239478fd720.tar.xz
Another poxy patch which consists mainly of logging changes (some already commented out) to find out what CAPS is doing
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/Capabilities/Caps.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs
index 80949fe..878b0cc 100644
--- a/OpenSim/Framework/Communications/Capabilities/Caps.cs
+++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs
@@ -105,8 +105,8 @@ namespace OpenSim.Region.Capabilities
105 /// </summary> 105 /// </summary>
106 public void RegisterHandlers() 106 public void RegisterHandlers()
107 { 107 {
108 m_log.Info("[CAPS]: Registering CAPS handlers");
109 string capsBase = "/CAPS/" + m_capsObjectPath; 108 string capsBase = "/CAPS/" + m_capsObjectPath;
109
110 try 110 try
111 { 111 {
112 m_httpListener.AddStreamHandler( 112 m_httpListener.AddStreamHandler(