mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* minor: make scene closing log message info rather than warn
This commit is contained in:
@@ -605,7 +605,8 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
// This is the method that shuts down the scene.
|
||||
public override void Close()
|
||||
{
|
||||
m_log.Warn("[SCENE]: Closing down the single simulator: " + RegionInfo.RegionName);
|
||||
m_log.InfoFormat("[SCENE]: Closing down the single simulator: {0}", RegionInfo.RegionName);
|
||||
|
||||
// Kick all ROOT agents with the message, 'The simulator is going down'
|
||||
ForEachScenePresence(delegate(ScenePresence avatar)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user