mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
small fix in the showstate data in AssetCache to reflect that now some functions are no longer in AssetCache
This commit is contained in:
@@ -91,7 +91,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
/// </summary>
|
||||
public void ShowState()
|
||||
{
|
||||
m_log.InfoFormat("Assets:{0} Textures:{1} AssetRequests:{2} RequestedAssets:{3} RequestLists:{4}",
|
||||
m_log.InfoFormat("Assets:{0} Textures:{1} RequestLists:{2}",
|
||||
Assets.Count,
|
||||
Textures.Count,
|
||||
// AssetRequests.Count,
|
||||
|
||||
Reference in New Issue
Block a user