From 2c65c2da9089b99c4365691766004461a32e6e78 Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 27 Feb 2008 21:32:01 +0000 Subject: small fix in the showstate data in AssetCache to reflect that now some functions are no longer in AssetCache --- OpenSim/Framework/Communications/Cache/AssetCache.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/Communications/Cache/AssetCache.cs b/OpenSim/Framework/Communications/Cache/AssetCache.cs index abb7ce1..29c7059 100644 --- a/OpenSim/Framework/Communications/Cache/AssetCache.cs +++ b/OpenSim/Framework/Communications/Cache/AssetCache.cs @@ -91,7 +91,7 @@ namespace OpenSim.Framework.Communications.Cache /// 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, -- cgit v1.1