diff options
author | Justin Clark-Casey (justincc) | 2012-06-20 01:28:55 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-06-20 01:30:20 +0100 |
commit | 6c312bce7f12efa856ad0e86662c4cffc56a1e75 (patch) | |
tree | 1d3b7a2b91104fca56911e46b6b733278e7ac7db /OpenSim/Region | |
parent | Change default logging level for XEngine to WARN instead of DEBUG. (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs | 2 |
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 |