Prune some of the excess logging for client logins.

Didn't touch the appearance related stuff.
This commit is contained in:
Justin Clark-Casey (justincc)
2011-01-18 00:25:24 +00:00
parent 523628dca3
commit c544f0d0c5
7 changed files with 12 additions and 12 deletions

View File

@@ -63,7 +63,7 @@ namespace OpenSim.Region.CoreModules.Avatar.ObjectCaps
{
UUID capuuid = UUID.Random();
m_log.InfoFormat("[OBJECTADD]: {0}", "/CAPS/OA/" + capuuid + "/");
// m_log.InfoFormat("[OBJECTADD]: {0}", "/CAPS/OA/" + capuuid + "/");
caps.RegisterHandler("ObjectAdd",
new RestHTTPHandler("POST", "/CAPS/OA/" + capuuid + "/",