minor: Add back commented out logging message in Caps.RegisterHandler() that I accidentally removed.
parent
013710168b
commit
8be59829d1
|
@ -143,6 +143,7 @@ namespace OpenSim.Framework.Capabilities
|
||||||
/// <param name="handler"></param>
|
/// <param name="handler"></param>
|
||||||
public void RegisterHandler(string capName, IRequestHandler handler)
|
public void RegisterHandler(string capName, IRequestHandler handler)
|
||||||
{
|
{
|
||||||
|
//m_log.DebugFormat("[CAPS]: Registering handler for \"{0}\": path {1}", capName, handler.Path);
|
||||||
m_capsHandlers[capName] = handler;
|
m_capsHandlers[capName] = handler;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue