aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-07-10 18:57:16 +0000
committerJustin Clarke Casey2009-07-10 18:57:16 +0000
commitd7d2de3a08141a2a445119b5b26b7f766b2be44c (patch)
tree1a42b42223d0dae025860adb2d5a88ab2989b928 /OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
parent* minor: Make GridCommon.ini.example refer to inventory service rather than a... (diff)
downloadopensim-SC_OLD-d7d2de3a08141a2a445119b5b26b7f766b2be44c.zip
opensim-SC_OLD-d7d2de3a08141a2a445119b5b26b7f766b2be44c.tar.gz
opensim-SC_OLD-d7d2de3a08141a2a445119b5b26b7f766b2be44c.tar.bz2
opensim-SC_OLD-d7d2de3a08141a2a445119b5b26b7f766b2be44c.tar.xz
* minor: standardize some logging messages
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1GridServices.cs')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1GridServices.cs3
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);