mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Prune some of the excess logging for client logins.
Didn't touch the appearance related stuff.
This commit is contained in:
@@ -102,7 +102,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Assets
|
||||
{
|
||||
UUID capID = UUID.Random();
|
||||
|
||||
m_log.Info("[GETMESH]: /CAPS/" + capID);
|
||||
// m_log.Info("[GETMESH]: /CAPS/" + capID);
|
||||
caps.RegisterHandler("GetMesh",
|
||||
new RestHTTPHandler("GET", "/CAPS/" + capID,
|
||||
delegate(Hashtable m_dhttpMethod)
|
||||
|
||||
Reference in New Issue
Block a user