aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetCache.cs
diff options
context:
space:
mode:
authorHomer Horwitz2008-11-16 21:32:10 +0000
committerHomer Horwitz2008-11-16 21:32:10 +0000
commit78d42a7fc8e17a289a559c5977d7b0959cbccd23 (patch)
tree4b34c3feda1fc32c33ce2ec949c3bb5432c3a127 /OpenSim/Framework/Communications/Cache/AssetCache.cs
parentFirst step tidy-up of IM packing/unpacking/repacking (diff)
downloadopensim-SC_OLD-78d42a7fc8e17a289a559c5977d7b0959cbccd23.zip
opensim-SC_OLD-78d42a7fc8e17a289a559c5977d7b0959cbccd23.tar.gz
opensim-SC_OLD-78d42a7fc8e17a289a559c5977d7b0959cbccd23.tar.bz2
opensim-SC_OLD-78d42a7fc8e17a289a559c5977d7b0959cbccd23.tar.xz
- Fix a formatting error in a log message (Mantis#2635).
Diffstat (limited to '')
-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 9945829..436f175 100644
--- a/OpenSim/Framework/Communications/Cache/AssetCache.cs
+++ b/OpenSim/Framework/Communications/Cache/AssetCache.cs
@@ -98,7 +98,7 @@ namespace OpenSim.Framework.Communications.Cache
98 /// </summary> 98 /// </summary>
99 public void ShowState() 99 public void ShowState()
100 { 100 {
101 m_log.InfoFormat("Memcache:{1} RequestLists:{2}", 101 m_log.InfoFormat("Memcache:{0} RequestLists:{1}",
102 m_memcache.Count, 102 m_memcache.Count,
103 // AssetRequests.Count, 103 // AssetRequests.Count,
104 // RequestedAssets.Count, 104 // RequestedAssets.Count,