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

It's perfectly okay not to have this section.
This commit is contained in:
Justin Clark-Casey (justincc)
2012-06-20 01:28:55 +01:00
parent 7b6c0232a5
commit 6c312bce7f

View File

@@ -143,7 +143,7 @@ namespace Flotsam.RegionModules.AssetCache
IConfig assetConfig = source.Configs["AssetCache"];
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.");
}
else