Updating OpenSim.ini.example with the section required to enable a useful prioritization scheme

This commit is contained in:
John Hurliman
2009-10-16 11:09:18 -07:00
parent 06354a093d
commit 5a4fda9dc3
2 changed files with 10 additions and 0 deletions

View File

@@ -542,6 +542,8 @@ namespace OpenSim.Region.Framework.Scenes
break;
}
}
m_log.Info("[SCENE]: Using the " + m_update_prioritization_scheme + " prioritization scheme");
}
catch
{