diff options
author | Justin Clark-Casey (justincc) | 2013-01-03 00:03:29 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-01-04 00:47:43 +0000 |
commit | f69731b955bcb44aa6c2b280150466388293daa5 (patch) | |
tree | c0c7133c2ff562bd71c5229df65706b957bbbda6 | |
parent | Added locking in NullRegionData. (diff) | |
download | opensim-SC-f69731b955bcb44aa6c2b280150466388293daa5.zip opensim-SC-f69731b955bcb44aa6c2b280150466388293daa5.tar.gz opensim-SC-f69731b955bcb44aa6c2b280150466388293daa5.tar.bz2 opensim-SC-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.
-rw-r--r-- | OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs | 2 |
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 | } |