mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
- Fix a formatting error in a log message (Mantis#2635).
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user