From 78d42a7fc8e17a289a559c5977d7b0959cbccd23 Mon Sep 17 00:00:00 2001 From: Homer Horwitz Date: Sun, 16 Nov 2008 21:32:10 +0000 Subject: [PATCH] - Fix a formatting error in a log message (Mantis#2635). --- OpenSim/Framework/Communications/Cache/AssetCache.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/Communications/Cache/AssetCache.cs b/OpenSim/Framework/Communications/Cache/AssetCache.cs index 99458293b6..436f175f45 100644 --- a/OpenSim/Framework/Communications/Cache/AssetCache.cs +++ b/OpenSim/Framework/Communications/Cache/AssetCache.cs @@ -98,7 +98,7 @@ namespace OpenSim.Framework.Communications.Cache /// public void ShowState() { - m_log.InfoFormat("Memcache:{1} RequestLists:{2}", + m_log.InfoFormat("Memcache:{0} RequestLists:{1}", m_memcache.Count, // AssetRequests.Count, // RequestedAssets.Count,