reduce debug logs

httptests
UbitUmarov 2018-04-19 19:11:50 +01:00
parent 79ec9d2887
commit ad0b736405
1 changed files with 5 additions and 5 deletions

View File

@ -629,7 +629,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
{
bool gotbacked = false;
m_log.Debug("[ValidateBakedCache] local cache invalid, checking bakedModule");
// m_log.Debug("[ValidateBakedCache] local cache invalid, checking bakedModule");
try
{
bakedModuleCache = bakedModule.Get(sp.UUID);
@ -642,7 +642,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
if (bakedModuleCache != null)
{
//m_log.Debug("[ValidateBakedCache] got bakedModule " + bakedModuleCache.Length + " cached textures");
m_log.Debug("[ValidateBakedCache] got bakedModule " + bakedModuleCache.Length + " cached textures");
for (int i = 0; i < bakedModuleCache.Length; i++)
{