Adding the GlynnTucker cache module as the default choice in .ini's.

Minor log message change in the module itself.
This commit is contained in:
diva
2009-05-27 16:11:23 +00:00
parent a576cca59e
commit e0ef697402
3 changed files with 7 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ namespace OpenSim.Region.CoreModules.Asset
if (moduleConfig != null)
{
string name = moduleConfig.GetString("AssetCaching", "GlynnTuckerAssetCache");
m_log.DebugFormat("[XXX] name = {0} (this module's name: {1}", name, Name);
m_log.DebugFormat("[ASSET CACHE] name = {0} (this module's name: {1}). Sync? ", name, Name, m_Cache.IsSynchronized);
if (name == Name)
{