mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
* minor: standardize some logging messages
This commit is contained in:
@@ -97,11 +97,10 @@ namespace OpenSim.Region.Communications.OGS1
|
||||
{
|
||||
if (m_regionsOnInstance.Contains(regionInfo))
|
||||
{
|
||||
m_log.Debug("[OGS1 GRID SERVICES] Foobar! Caller is confused, region already registered " + regionInfo.RegionName);
|
||||
m_log.Error("[OGS1 GRID SERVICES]: Foobar! Caller is confused, region already registered " + regionInfo.RegionName);
|
||||
Exception e = new Exception(String.Format("Unable to register region"));
|
||||
|
||||
throw e;
|
||||
|
||||
}
|
||||
|
||||
m_regionsOnInstance.Add(regionInfo);
|
||||
|
||||
Reference in New Issue
Block a user