Change a misleading message that could lead users to believe a grid is down

melanie
Melanie Thielker 2017-02-24 01:30:20 +00:00
parent 91f142bbd2
commit 995e750c56
1 changed files with 3 additions and 1 deletions

View File

@ -1520,6 +1520,8 @@ namespace OpenSim.Region.Framework.Scenes
m_log.Debug("[SCENE]: Persisting changed objects");
Backup(true);
m_log.Debug("[SCENE]: Closing scene");
m_sceneGraph.Close();
base.Close();
@ -3983,7 +3985,7 @@ namespace OpenSim.Region.Framework.Scenes
if (!LoginsEnabled)
{
reason = "Logins Disabled";
reason = "Logins to this region are disabled";
return false;
}