mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Change of word in log message.
This commit is contained in:
@@ -103,7 +103,7 @@ namespace OpenSim.Region.Communications.OGS1
|
||||
{
|
||||
if (m_regionsOnInstance.Contains(regionInfo))
|
||||
{
|
||||
m_log.Debug("[OGS1 GRID SERVICES] Foobar! Client is confused, region already registered " + regionInfo.RegionName);
|
||||
m_log.Debug("[OGS1 GRID SERVICES] Foobar! Caller is confused, region already registered " + regionInfo.RegionName);
|
||||
Exception e = new Exception(String.Format("Unable to register region"));
|
||||
|
||||
throw e;
|
||||
|
||||
Reference in New Issue
Block a user