some debug to remove later

This commit is contained in:
UbitUmarov
2014-08-06 05:17:30 +01:00
parent bd3d58dd00
commit 66dea8fe05
2 changed files with 9 additions and 1 deletions

View File

@@ -268,6 +268,12 @@ namespace OpenSim.Region.ClientStack.Linden
}
}
}
for (int iter = 0; iter < maxCacheitemsLoop; iter++)
{
m_log.Debug("[CacheitemsLeaving] {" + iter + "/" + cacheItems[iter].TextureIndex + "}: c-" + cacheItems[iter].CacheId + ", t-" +
cacheItems[iter].TextureID);
}
}
public void PostInitialise()