diff options
Diffstat (limited to 'OpenSim/Region/OptionalModules/Scripting')
-rw-r--r-- | OpenSim/Region/OptionalModules/Scripting/RegionReadyModule/RegionReadyModule.cs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/RegionReadyModule/RegionReadyModule.cs b/OpenSim/Region/OptionalModules/Scripting/RegionReadyModule/RegionReadyModule.cs index c6e4a7b..296ab87 100644 --- a/OpenSim/Region/OptionalModules/Scripting/RegionReadyModule/RegionReadyModule.cs +++ b/OpenSim/Region/OptionalModules/Scripting/RegionReadyModule/RegionReadyModule.cs | |||
@@ -219,9 +219,11 @@ namespace OpenSim.Region.OptionalModules.Scripting.RegionReady | |||
219 | // m_log.InfoFormat("[RegionReady]: Logins enabled for {0}, Oar {1}", | 219 | // m_log.InfoFormat("[RegionReady]: Logins enabled for {0}, Oar {1}", |
220 | // m_scene.RegionInfo.RegionName, m_oarFileLoading.ToString()); | 220 | // m_scene.RegionInfo.RegionName, m_oarFileLoading.ToString()); |
221 | 221 | ||
222 | // Warn level because the region cannot be used while logins are disabled | 222 | // Putting this out to console to make it eye-catching for people who are running OpenSimulator |
223 | m_log.WarnFormat( | 223 | // without info log messages enabled. Making this a warning is arguably misleading since it isn't a |
224 | "[RegionReady]: INITIALIZATION COMPLETE FOR {0} - LOGINS ENABLED", m_scene.Name); | 224 | // warning, and monitor scripts looking for warn/error/fatal messages will received false positives. |
225 | // Arguably, log4net needs a status log level (like Apache). | ||
226 | MainConsole.Instance.OutputFormat("INITIALIZATION COMPLETE FOR {0} - LOGINS ENABLED", m_scene.Name); | ||
225 | } | 227 | } |
226 | 228 | ||
227 | m_scene.SceneGridService.InformNeighborsThatRegionisUp( | 229 | m_scene.SceneGridService.InformNeighborsThatRegionisUp( |