mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 23:35:47 +08:00
minor: rearrange INITIALIZATION COMPLETE log message so that it's clear init is only complete for a particular region at a time
This commit is contained in:
@@ -229,10 +229,9 @@ namespace OpenSim.Region.OptionalModules.Scripting.RegionReady
|
||||
// m_scene.RegionInfo.RegionName, m_oarFileLoading.ToString());
|
||||
|
||||
m_log.InfoFormat(
|
||||
"[RegionReady]: INITIALIZATION COMPLETE - LOGINS ENABLED FOR {0}",
|
||||
m_scene.RegionInfo.RegionName);
|
||||
"[RegionReady]: INITIALIZATION COMPLETE FOR {0} - LOGINS ENABLED", m_scene.Name);
|
||||
|
||||
if ( m_uri != string.Empty )
|
||||
if (m_uri != string.Empty)
|
||||
{
|
||||
RRAlert("enabled");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user