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>
|
/// </summary>
|
||||||
public void ShowState()
|
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,
|
Assets.Count,
|
||||||
Textures.Count,
|
Textures.Count,
|
||||||
// AssetRequests.Count,
|
// AssetRequests.Count,
|
||||||
|
|
Loading…
Reference in New Issue