aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
diff options
context:
space:
mode:
authordiva2009-05-02 14:12:35 +0000
committerdiva2009-05-02 14:12:35 +0000
commitbdef6d71f1d61896137a8a88486349329e96d80d (patch)
treee3577befb716fb0c41a87bbf6b6dc62c8e5cafb6 /OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
parentNumerous packet improvements. (diff)
downloadopensim-SC_OLD-bdef6d71f1d61896137a8a88486349329e96d80d.zip
opensim-SC_OLD-bdef6d71f1d61896137a8a88486349329e96d80d.tar.gz
opensim-SC_OLD-bdef6d71f1d61896137a8a88486349329e96d80d.tar.bz2
opensim-SC_OLD-bdef6d71f1d61896137a8a88486349329e96d80d.tar.xz
Change of word in log message.
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1GridServices.cs')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1GridServices.cs2
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;