Change of word in log message.
parent
62bcf0e694
commit
bdef6d71f1
|
@ -103,7 +103,7 @@ namespace OpenSim.Region.Communications.OGS1
|
||||||
{
|
{
|
||||||
if (m_regionsOnInstance.Contains(regionInfo))
|
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"));
|
Exception e = new Exception(String.Format("Unable to register region"));
|
||||||
|
|
||||||
throw e;
|
throw e;
|
||||||
|
|
Loading…
Reference in New Issue