aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-06-20 01:28:55 +0100
committerJustin Clark-Casey (justincc)2012-06-20 01:30:20 +0100
commit6c312bce7f12efa856ad0e86662c4cffc56a1e75 (patch)
tree1d3b7a2b91104fca56911e46b6b733278e7ac7db /OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
parentChange default logging level for XEngine to WARN instead of DEBUG. (diff)
downloadopensim-SC_OLD-6c312bce7f12efa856ad0e86662c4cffc56a1e75.zip
opensim-SC_OLD-6c312bce7f12efa856ad0e86662c4cffc56a1e75.tar.gz
opensim-SC_OLD-6c312bce7f12efa856ad0e86662c4cffc56a1e75.tar.bz2
opensim-SC_OLD-6c312bce7f12efa856ad0e86662c4cffc56a1e75.tar.xz
minor: Lower flotsam asset cache warning about not having a FlotsamCache.ini to debug
It's perfectly okay not to have this section.
Diffstat (limited to 'OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs')
-rw-r--r--OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
index dd6026b..fab489d 100644
--- a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
+++ b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
@@ -143,7 +143,7 @@ namespace Flotsam.RegionModules.AssetCache
143 IConfig assetConfig = source.Configs["AssetCache"]; 143 IConfig assetConfig = source.Configs["AssetCache"];
144 if (assetConfig == null) 144 if (assetConfig == null)
145 { 145 {
146 m_log.Warn( 146 m_log.Debug(
147 "[FLOTSAM ASSET CACHE]: AssetCache section missing from config (not copied config-include/FlotsamCache.ini.example? Using defaults."); 147 "[FLOTSAM ASSET CACHE]: AssetCache section missing from config (not copied config-include/FlotsamCache.ini.example? Using defaults.");
148 } 148 }
149 else 149 else