Change of word in log message.

0.6.5-rc1
diva 2009-05-02 14:12:35 +00:00
parent 62bcf0e694
commit bdef6d71f1
1 changed files with 1 additions and 1 deletions

View File

@ -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;