aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1GridServices.cs')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1GridServices.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
index b24df6f..aef1b94 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
@@ -103,11 +103,11 @@ namespace OpenSim.Region.Communications.OGS1
103 throw e; 103 throw e;
104 } 104 }
105 105
106 m_regionsOnInstance.Add(regionInfo);
107
108 m_log.InfoFormat( 106 m_log.InfoFormat(
109 "[OGS1 GRID SERVICES]: Attempting to register region {0} with grid at {1}", 107 "[OGS1 GRID SERVICES]: Registering region {0} with grid at {1}",
110 regionInfo.RegionName, serversInfo.GridURL); 108 regionInfo.RegionName, serversInfo.GridURL);
109
110 m_regionsOnInstance.Add(regionInfo);
111 111
112 Hashtable GridParams = new Hashtable(); 112 Hashtable GridParams = new Hashtable();
113 // Login / Authentication 113 // Login / Authentication