mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
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.
This commit is contained in:
@@ -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)");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user