diff options
author | Justin Clark-Casey (justincc) | 2013-07-08 22:39:07 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-07-08 22:39:07 +0100 |
commit | 013710168b3878fc0a93a92a1c026efb49da9935 (patch) | |
tree | adf2be3c4f4e2f3b990e404b0e708c66e5a3f04e /OpenSim/Capabilities/Caps.cs | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-013710168b3878fc0a93a92a1c026efb49da9935.zip opensim-SC_OLD-013710168b3878fc0a93a92a1c026efb49da9935.tar.gz opensim-SC_OLD-013710168b3878fc0a93a92a1c026efb49da9935.tar.bz2 opensim-SC_OLD-013710168b3878fc0a93a92a1c026efb49da9935.tar.xz |
For stat purposes, add names to capability request handlers where these were not set
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Capabilities/Caps.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Capabilities/Caps.cs b/OpenSim/Capabilities/Caps.cs index bc6f6f9..1bed1a5 100644 --- a/OpenSim/Capabilities/Caps.cs +++ b/OpenSim/Capabilities/Caps.cs | |||
@@ -144,7 +144,6 @@ namespace OpenSim.Framework.Capabilities | |||
144 | public void RegisterHandler(string capName, IRequestHandler handler) | 144 | public void RegisterHandler(string capName, IRequestHandler handler) |
145 | { | 145 | { |
146 | m_capsHandlers[capName] = handler; | 146 | m_capsHandlers[capName] = handler; |
147 | //m_log.DebugFormat("[CAPS]: Registering handler for \"{0}\": path {1}", capName, handler.Path); | ||
148 | } | 147 | } |
149 | 148 | ||
150 | /// <summary> | 149 | /// <summary> |