minor: Lower flotsam asset cache warning about not having a FlotsamCache.ini to debug

It's perfectly okay not to have this section.
0.7.3-extended
Justin Clark-Casey (justincc) 2012-06-20 01:28:55 +01:00
parent 32a2515817
commit 553ac6335d
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ namespace Flotsam.RegionModules.AssetCache
IConfig assetConfig = source.Configs["AssetCache"]; IConfig assetConfig = source.Configs["AssetCache"];
if (assetConfig == null) if (assetConfig == null)
{ {
m_log.Warn( m_log.Debug(
"[FLOTSAM ASSET CACHE]: AssetCache section missing from config (not copied config-include/FlotsamCache.ini.example? Using defaults."); "[FLOTSAM ASSET CACHE]: AssetCache section missing from config (not copied config-include/FlotsamCache.ini.example? Using defaults.");
} }
else else