diff options
author | Justin Clarke Casey | 2008-03-20 13:03:26 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-20 13:03:26 +0000 |
commit | 20473af89240457c1517bb547f8fc239478fd720 (patch) | |
tree | 80e6b35e567ff48d12a74299f8942c6d2c442a57 /OpenSim/Framework/Communications/Capabilities/Caps.cs | |
parent | Fix server crash when setting prims physical under basic physics. (diff) | |
download | opensim-SC-20473af89240457c1517bb547f8fc239478fd720.zip opensim-SC-20473af89240457c1517bb547f8fc239478fd720.tar.gz opensim-SC-20473af89240457c1517bb547f8fc239478fd720.tar.bz2 opensim-SC-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.cs | 2 |
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( |