Browse Source

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.
Justin Clark-Casey (justincc) 11 years ago
parent
commit
589e3e8686
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs

+ 1 - 1
OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs

@@ -480,7 +480,7 @@ namespace OpenSim.Region.CoreModules.World.Terrain
                 else
                 {
                     m_plugineffects[pluginName] = effect;
-                    m_log.Warn("E ... " + pluginName + " (Replaced)");
+                    m_log.Info("E ... " + pluginName + " (Replaced)");
                 }
             }
         }