From bdef6d71f1d61896137a8a88486349329e96d80d Mon Sep 17 00:00:00 2001 From: diva Date: Sat, 2 May 2009 14:12:35 +0000 Subject: Change of word in log message. --- OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Communications/OGS1/OGS1GridServices.cs') diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index cf99907..46eebd5 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs @@ -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; -- cgit v1.1