small fix in the showstate data in AssetCache to reflect that now some functions are no longer in AssetCache
parent
e978d00914
commit
2c65c2da90
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue