aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-01-03 00:03:29 +0000
committerJustin Clark-Casey (justincc)2013-01-04 00:47:43 +0000
commitf69731b955bcb44aa6c2b280150466388293daa5 (patch)
treec0c7133c2ff562bd71c5229df65706b957bbbda6 /OpenSim
parentAdded locking in NullRegionData. (diff)
downloadopensim-SC_OLD-f69731b955bcb44aa6c2b280150466388293daa5.zip
opensim-SC_OLD-f69731b955bcb44aa6c2b280150466388293daa5.tar.gz
opensim-SC_OLD-f69731b955bcb44aa6c2b280150466388293daa5.tar.bz2
opensim-SC_OLD-f69731b955bcb44aa6c2b280150466388293daa5.tar.xz
minor: Change channel digger replacement message in TerrainModule to Info from Warn.
This is to stop this unnecessarily triggering log analysis code which reports warn and error level statements.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs b/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
index 52b4313..fd30c46 100644
--- a/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
+++ b/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
@@ -480,7 +480,7 @@ namespace OpenSim.Region.CoreModules.World.Terrain
480 else 480 else
481 { 481 {
482 m_plugineffects[pluginName] = effect; 482 m_plugineffects[pluginName] = effect;
483 m_log.Warn("E ... " + pluginName + " (Replaced)"); 483 m_log.Info("E ... " + pluginName + " (Replaced)");
484 } 484 }
485 } 485 }
486 } 486 }