diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
103 | { | 103 | { |
104 | if (m_regionsOnInstance.Contains(regionInfo)) | 104 | if (m_regionsOnInstance.Contains(regionInfo)) |
105 | { | 105 | { |
106 | m_log.Debug("[OGS1 GRID SERVICES] Foobar! Client is confused, region already registered " + regionInfo.RegionName); | 106 | m_log.Debug("[OGS1 GRID SERVICES] Foobar! Caller is confused, region already registered " + regionInfo.RegionName); |
107 | Exception e = new Exception(String.Format("Unable to register region")); | 107 | Exception e = new Exception(String.Format("Unable to register region")); |
108 | 108 | ||
109 | throw e; | 109 | throw e; |