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.0.7.4-extended
parent
86519bd407
commit
561626fe1b
|
@ -472,7 +472,7 @@ namespace OpenSim.Region.CoreModules.World.Terrain
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
m_plugineffects[pluginName] = effect;
|
m_plugineffects[pluginName] = effect;
|
||||||
m_log.Warn("E ... " + pluginName + " (Replaced)");
|
m_log.Info("E ... " + pluginName + " (Replaced)");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue