Adding commented out log messages and some minor formatting for future bug hunting. No functional changes.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-01-02 19:46:30 +00:00
parent 87374274b9
commit 014a86c26b
6 changed files with 97 additions and 72 deletions

View File

@@ -170,6 +170,8 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Asset
public AssetBase GetCached(string id)
{
// m_log.DebugFormat("[LOCAL ASSET SERVICES CONNECTOR]: Cache request for {0}", id);
if (m_Cache != null)
return m_Cache.Get(id);