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.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
index 2b324f8..653139d 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
@@ -121,8 +121,8 @@ namespace OpenSim.Region.Communications.OGS1
121 GridResp = GridReq.Send(serversInfo.GridURL, 10000); 121 GridResp = GridReq.Send(serversInfo.GridURL, 10000);
122 } catch (Exception ex) 122 } catch (Exception ex)
123 { 123 {
124 MainLog.Instance.Error("Unable to connect to grid (Grid server not running?): " + ex.ToString()); 124 MainLog.Instance.Error("Unable to connect to grid. Grid server not running?");
125 return null; 125 throw(ex);
126 } 126 }
127 Hashtable GridRespData = (Hashtable)GridResp.Value; 127 Hashtable GridRespData = (Hashtable)GridResp.Value;
128 Hashtable griddatahash = GridRespData; 128 Hashtable griddatahash = GridRespData;