diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index 9ba84a7..b24df6f 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -97,11 +97,10 @@ namespace OpenSim.Region.Communications.OGS1 | |||
97 | { | 97 | { |
98 | if (m_regionsOnInstance.Contains(regionInfo)) | 98 | if (m_regionsOnInstance.Contains(regionInfo)) |
99 | { | 99 | { |
100 | m_log.Debug("[OGS1 GRID SERVICES] Foobar! Caller is confused, region already registered " + regionInfo.RegionName); | 100 | m_log.Error("[OGS1 GRID SERVICES]: Foobar! Caller is confused, region already registered " + regionInfo.RegionName); |
101 | Exception e = new Exception(String.Format("Unable to register region")); | 101 | Exception e = new Exception(String.Format("Unable to register region")); |
102 | 102 | ||
103 | throw e; | 103 | throw e; |
104 | |||
105 | } | 104 | } |
106 | 105 | ||
107 | m_regionsOnInstance.Add(regionInfo); | 106 | m_regionsOnInstance.Add(regionInfo); |