diff options
author | MW | 2008-02-27 21:32:01 +0000 |
---|---|---|
committer | MW | 2008-02-27 21:32:01 +0000 |
commit | 2c65c2da9089b99c4365691766004461a32e6e78 (patch) | |
tree | 646b40ac9afe6cd7fd2babfc7eebe0b27e41a233 /OpenSim | |
parent | After seeing sdague do his happy dance over trunk working "the best he has ev... (diff) | |
download | opensim-SC-2c65c2da9089b99c4365691766004461a32e6e78.zip opensim-SC-2c65c2da9089b99c4365691766004461a32e6e78.tar.gz opensim-SC-2c65c2da9089b99c4365691766004461a32e6e78.tar.bz2 opensim-SC-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 '')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/AssetCache.cs | 2 |
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, |