aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMW2008-02-27 21:32:01 +0000
committerMW2008-02-27 21:32:01 +0000
commit2c65c2da9089b99c4365691766004461a32e6e78 (patch)
tree646b40ac9afe6cd7fd2babfc7eebe0b27e41a233 /OpenSim
parentAfter seeing sdague do his happy dance over trunk working "the best he has ev... (diff)
downloadopensim-SC_OLD-2c65c2da9089b99c4365691766004461a32e6e78.zip
opensim-SC_OLD-2c65c2da9089b99c4365691766004461a32e6e78.tar.gz
opensim-SC_OLD-2c65c2da9089b99c4365691766004461a32e6e78.tar.bz2
opensim-SC_OLD-2c65c2da9089b99c4365691766004461a32e6e78.tar.xz
small fix in the showstate data in AssetCache to reflect that now some functions are no longer in AssetCache
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Framework/Communications/Cache/AssetCache.cs2
1 files changed, 1 insertions, 1 deletions
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
91 /// </summary> 91 /// </summary>
92 public void ShowState() 92 public void ShowState()
93 { 93 {
94 m_log.InfoFormat("Assets:{0} Textures:{1} AssetRequests:{2} RequestedAssets:{3} RequestLists:{4}", 94 m_log.InfoFormat("Assets:{0} Textures:{1} RequestLists:{2}",
95 Assets.Count, 95 Assets.Count,
96 Textures.Count, 96 Textures.Count,
97 // AssetRequests.Count, 97 // AssetRequests.Count,