- Fix a formatting error in a log message (Mantis#2635).
parent
3f818e001d
commit
78d42a7fc8
|
@ -98,7 +98,7 @@ namespace OpenSim.Framework.Communications.Cache
|
|||
/// </summary>
|
||||
public void ShowState()
|
||||
{
|
||||
m_log.InfoFormat("Memcache:{1} RequestLists:{2}",
|
||||
m_log.InfoFormat("Memcache:{0} RequestLists:{1}",
|
||||
m_memcache.Count,
|
||||
// AssetRequests.Count,
|
||||
// RequestedAssets.Count,
|
||||
|
|
Loading…
Reference in New Issue