mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
* minor: Make some 'startup config failed to load' log messages more consistent
This commit is contained in:
@@ -85,9 +85,9 @@ namespace OpenSim.Region.Environment.Modules.World.WorldMap
|
||||
drawPrimVolume = startupConfig.GetBoolean("DrawPrimOnMapTile", drawPrimVolume);
|
||||
textureTerrain = startupConfig.GetBoolean("TextureOnMapTile", textureTerrain);
|
||||
}
|
||||
catch (Exception)
|
||||
catch
|
||||
{
|
||||
m_log.Warn("Failed to load StartupConfig");
|
||||
m_log.Warn("[MAPTILE]: Failed to load StartupConfig");
|
||||
}
|
||||
|
||||
if (textureTerrain)
|
||||
|
||||
Reference in New Issue
Block a user