aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-07-10 19:18:05 +0000
committerJustin Clarke Casey2009-07-10 19:18:05 +0000
commit18ffbf63420b3fdb3e6a4cf87425be2c9063795c (patch)
treed1c121a19ba5f30e1f6d716541d6fd9e08754b61 /OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
parent* minor: standardize some logging messages (diff)
downloadopensim-SC_OLD-18ffbf63420b3fdb3e6a4cf87425be2c9063795c.zip
opensim-SC_OLD-18ffbf63420b3fdb3e6a4cf87425be2c9063795c.tar.gz
opensim-SC_OLD-18ffbf63420b3fdb3e6a4cf87425be2c9063795c.tar.bz2
opensim-SC_OLD-18ffbf63420b3fdb3e6a4cf87425be2c9063795c.tar.xz
* minor format changes and message additions
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