minor: Add back commented out logging message in Caps.RegisterHandler() that I accidentally removed.

cpu-performance
Justin Clark-Casey (justincc) 2013-07-08 22:41:24 +01:00
parent 013710168b
commit 8be59829d1
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ namespace OpenSim.Framework.Capabilities
/// <param name="handler"></param>
public void RegisterHandler(string capName, IRequestHandler handler)
{
//m_log.DebugFormat("[CAPS]: Registering handler for \"{0}\": path {1}", capName, handler.Path);
m_capsHandlers[capName] = handler;
}